diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2021-01-03 00:08:01 +0100 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2021-01-03 00:08:38 +0100 |
| commit | 9c43bd646e27241dca95958a84ea4d6948d2531d (patch) | |
| tree | 52c0f656852160ff2f24e23ee23efd7dd4883d04 /.github | |
| parent | 65d1a4cfda73201e34768d881a0b9206d00d4a71 (diff) | |
Github actions: s/master/main/ for the CI workflow
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: |
