mirror of
https://github.com/danog/code-server.git
synced 2025-01-22 13:31:16 +01:00
Fix script test workflow triggers (#4412)
This commit is contained in:
parent
433a3d91dd
commit
49c9c191b9
4
.github/workflows/installer.yml
vendored
4
.github/workflows/installer.yml
vendored
@ -5,10 +5,12 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "installer.sh"
|
- "install.sh"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- "install.sh"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ubuntu:
|
ubuntu:
|
||||||
|
6
.github/workflows/scripts.yml
vendored
6
.github/workflows/scripts.yml
vendored
@ -5,10 +5,14 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "installer.sh"
|
- "**.sh"
|
||||||
|
- "**.bats"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- "**.sh"
|
||||||
|
- "**.bats"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user