Skip to content

Commit

Permalink
Fix script test workflow triggers (#4412)
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher authored Oct 29, 2021
1 parent 433a3d9 commit 49c9c19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- main
paths:
- "installer.sh"
- "install.sh"
pull_request:
branches:
- main
paths:
- "install.sh"

jobs:
ubuntu:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on:
branches:
- main
paths:
- "installer.sh"
- "**.sh"
- "**.bats"
pull_request:
branches:
- main
paths:
- "**.sh"
- "**.bats"

jobs:
test:
Expand Down

0 comments on commit 49c9c19

Please sign in to comment.