diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cross-bootstrap-tools.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml index 5949adf03c90..e8187e4299e9 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -2,9 +2,9 @@ name: Cross-build Kernel on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: |
