mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Fix script test workflow triggers (#4412)
This commit is contained in:
parent
433a3d91dd
commit
49c9c191b9
2 changed files with 8 additions and 2 deletions
4
.github/workflows/installer.yml
vendored
4
.github/workflows/installer.yml
vendored
|
|
@ -5,10 +5,12 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "installer.sh"
|
||||
- "install.sh"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "install.sh"
|
||||
|
||||
jobs:
|
||||
ubuntu:
|
||||
|
|
|
|||
6
.github/workflows/scripts.yml
vendored
6
.github/workflows/scripts.yml
vendored
|
|
@ -5,10 +5,14 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "installer.sh"
|
||||
- "**.sh"
|
||||
- "**.bats"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "**.sh"
|
||||
- "**.bats"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in a new issue