aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2021-01-03 00:08:01 +0100
committerUlrich Spörlein <uqs@FreeBSD.org>2021-01-03 00:08:38 +0100
commit9c43bd646e27241dca95958a84ea4d6948d2531d (patch)
tree52c0f656852160ff2f24e23ee23efd7dd4883d04 /.github
parent65d1a4cfda73201e34768d881a0b9206d00d4a71 (diff)
Github actions: s/master/main/ for the CI workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cross-bootstrap-tools.yml4
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: