Skip to content

Commit

Permalink
Run workflow on changes in py files recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed May 3, 2024
1 parent 7365596 commit 7f30c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
paths:
- '.github/workflows/build.yml'
- '*.py'
- '**.py'
- 'index.yml'

permissions:
Expand Down

0 comments on commit 7f30c9f

Please sign in to comment.