Skip to content

Commit

Permalink
[workflows] run tests when github workflows change.
Browse files Browse the repository at this point in the history
  • Loading branch information
shizunge committed Sep 28, 2024
1 parent fccad87 commit 657a0e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'Dockerfile'
- 'src/*.sh'
- 'tests/*.sh'
- '.github/**'
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'Dockerfile'
- 'src/*.sh'
- 'tests/*.sh'
- '.github/**'
workflow_dispatch:

env:
Expand Down

0 comments on commit 657a0e3

Please sign in to comment.