The branch main has been updated by uqs: URL: https://cgit.FreeBSD.org/src/commit/?id=9c43bd646e27241dca95958a84ea4d6948d2531d
commit 9c43bd646e27241dca95958a84ea4d6948d2531d Author: Ulrich Spörlein <u...@freebsd.org> AuthorDate: 2021-01-02 23:08:01 +0000 Commit: Ulrich Spörlein <u...@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: _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"