Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
d383e93526
1 changed files with 4 additions and 7 deletions
11
.github/workflows/bootstrap_testing.yml
vendored
11
.github/workflows/bootstrap_testing.yml
vendored
|
|
@ -2,17 +2,14 @@ name: Bootstrap Script Testing
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [bootstrap]
|
|
||||||
paths:
|
|
||||||
- "util/env-bootstrap.sh"
|
|
||||||
- ".github/workflows/bootstrap_testing.yml"
|
|
||||||
- "lib/python/**"
|
|
||||||
pull_request:
|
|
||||||
branches: [master, develop, xap]
|
branches: [master, develop, xap]
|
||||||
paths:
|
paths:
|
||||||
- "util/env-bootstrap.sh"
|
- "util/env-bootstrap.sh"
|
||||||
- ".github/workflows/bootstrap_testing.yml"
|
- ".github/workflows/bootstrap_testing.yml"
|
||||||
- "lib/python/**"
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "util/env-bootstrap.sh"
|
||||||
|
- ".github/workflows/bootstrap_testing.yml"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue