Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2021 23:09:24 GMT
From:      Ulrich Spörlein <uqs@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9c43bd646e27 - main - Github actions: s/master/main/ for the CI workflow
Message-ID:  <202101022309.102N9OuW008257@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by uqs:

URL: https://cgit.FreeBSD.org/src/commit/?id=9c43bd646e27241dca95958a84ea4d6948d2531d

commit 9c43bd646e27241dca95958a84ea4d6948d2531d
Author:     Ulrich Spörlein <uqs@FreeBSD.org>
AuthorDate: 2021-01-02 23:08:01 +0000
Commit:     Ulrich Spörlein <uqs@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101022309.102N9OuW008257>