git: 9c43bd646e27 - main - Github actions: s/master/main/ for the CI workflow
Ulrich Spörlein
uqs at FreeBSD.org
Sat Jan 2 23:09:24 UTC 2021
The branch main has been updated by uqs:
URL: https://cgit.FreeBSD.org/src/commit/?id=9c43bd646e27241dca95958a84ea4d6948d2531d
commit 9c43bd646e27241dca95958a84ea4d6948d2531d
Author: Ulrich Spörlein <uqs at FreeBSD.org>
AuthorDate: 2021-01-02 23:08:01 +0000
Commit: Ulrich Spörlein <uqs at FreeBSD.org>
CommitDate: 2021-01-02 23:08:38 +0000
Github actions: s/master/main/ for the CI workflow
---
.github/workflows/cross-bootstrap-tools.yml | 4 ++--
1 file 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:
More information about the dev-commits-src-main
mailing list