Fix script test workflow triggers (#4412)

This commit is contained in:
Asher 2021-10-29 14:48:21 -05:00 committed by GitHub
parent 433a3d91dd
commit 49c9c191b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -5,10 +5,12 @@ on:
branches:
- main
paths:
- "installer.sh"
- "install.sh"
pull_request:
branches:
- main
paths:
- "install.sh"
jobs:
ubuntu:

View File

@ -5,10 +5,14 @@ on:
branches:
- main
paths:
- "installer.sh"
- "**.sh"
- "**.bats"
pull_request:
branches:
- main
paths:
- "**.sh"
- "**.bats"
jobs:
test: