Skip to content

Commit

Permalink
Run "Action" workflow if PR changes helper script
Browse files Browse the repository at this point in the history
Changing .github/action_helper.py changes the behavior of the action
even if action.yml doesn't change. This makes tests run anyway.
  • Loading branch information
airtower-luna committed Oct 31, 2022
1 parent 1f3beb7 commit 01db28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/action.yml
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- '.github/workflows/action.yml'
- '.github/action_helper.py'
- 'action.yml'
env:
FORCE_COLOR: "1"
Expand Down

0 comments on commit 01db28d

Please sign in to comment.