Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandromr committed Apr 30, 2022
1 parent 5d40eae commit 1614777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/data-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
types: [opened,synchronize]
paths:
- 'data/**'
- '.github/workflows/data-tester.yml'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- 'data/**'
- '.github/workflows/updater.yml'

jobs:
build:
Expand All @@ -28,6 +29,7 @@ jobs:
- name: Update README
run: |
git add README.md
git add outputs.json
git commit -m "Update README"
git push

0 comments on commit 1614777

Please sign in to comment.