diff options
| author | Joel Challis | 2025-12-01 02:15:31 +0100 |
|---|---|---|
| committer | GitHub | 2025-12-01 02:15:31 +0100 |
| commit | 83b42ea9dcbc883200061caca839ea71472b5025 (patch) | |
| tree | fa3480b5d72ba6672a7e8674650aef632ef7de2a /.github | |
| parent | 6ed61c65dd66cdbb450a4920a69bae193ec73f15 (diff) | |
Update Bootstrap testing triggers (#25842)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/bootstrap_testing.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/bootstrap_testing.yml b/.github/workflows/bootstrap_testing.yml index 00787c92eb..2890af3de9 100644 --- a/.github/workflows/bootstrap_testing.yml +++ b/.github/workflows/bootstrap_testing.yml @@ -2,17 +2,14 @@ name: Bootstrap Script Testing on: push: - branches: [bootstrap] + branches: [master, develop, xap] paths: - "util/env-bootstrap.sh" - ".github/workflows/bootstrap_testing.yml" - - "lib/python/**" pull_request: - branches: [master, develop, xap] paths: - "util/env-bootstrap.sh" - ".github/workflows/bootstrap_testing.yml" - - "lib/python/**" workflow_dispatch: permissions: |