mirror of https://git.tuxpa.in/a/code-server.git
Fix script test workflow triggers (#4412)
This commit is contained in:
parent
433a3d91dd
commit
49c9c191b9
|
@ -5,10 +5,12 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "installer.sh"
|
||||
- "install.sh"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "install.sh"
|
||||
|
||||
jobs:
|
||||
ubuntu:
|
||||
|
|
|
@ -5,10 +5,14 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "installer.sh"
|
||||
- "**.sh"
|
||||
- "**.bats"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "**.sh"
|
||||
- "**.bats"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in New Issue