Skip to content

Commit

Permalink
fix: trigger workflow on workflow change as well
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Apr 20, 2024
1 parent 2a14c5a commit a0fed40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- "master"
paths:
- ".github/workflows/deploy.yaml"
- "jobs/**"
- "mediawiki/**"
- "mysql/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- "master"
paths:
- ".github/workflows/sync.yaml"
- "scripts/**"

jobs:
Expand Down

0 comments on commit a0fed40

Please sign in to comment.