Skip to content

Commit

Permalink
fix: rerun workflow if its manifest gets changed
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Jul 19, 2024
1 parent cd1e865 commit 90eac04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [master]
paths:
- '.github/workflows/test.yaml'
- 'include/**'
- 'src/**'
- 'test/**'
Expand All @@ -12,6 +13,7 @@ on:
branches: [master]
types: [opened, synchronize]
paths:
- '.github/workflows/test.yaml'
- 'include/**'
- 'src/**'
- 'test/**'
Expand Down

0 comments on commit 90eac04

Please sign in to comment.