Skip to content

Commit

Permalink
Trigger workflow if itself is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed May 3, 2024
1 parent e1aa5cb commit da8dc84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-table.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
paths:
- 'journals.yaml'
- 'code/*_table'
- '.github/workflows/update-table.yaml'
pull:
paths:
- 'journals.yaml'
- 'code/*_table'
- '.github/workflows/update-table.yaml'

jobs:
update-readme:
Expand Down

0 comments on commit da8dc84

Please sign in to comment.