Skip to content
Snippets Groups Projects
Commit f465e173 authored by michael litschauer's avatar michael litschauer
Browse files

added condition to push only if there are changes #2

parent 6bb6bd3c
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ jobs:
- name: Check for changes
id: git_diff
run: |
git add exports/*.json
git add gendercomics/*.json
git diff-index --quiet HEAD || echo "changes"
- name: Commit and push changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment