[PATCH] .github/workflows/cifuzz.yml: switch to main branch

Stephen Smalley <[email protected]> Mon, 3 Aug 2026 14:12:25 -0400
Newsgroups org.kernel.vger.selinux
Message-ID <[email protected]>
The cifuzz workflow was still using the old master branch,
which was recently deleted. Switch it to the main branch.

Signed-off-by: Stephen Smalley <[email protected]>
---
 .github/workflows/cifuzz.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index c4e592c5..8236b04b 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -3,10 +3,10 @@ name: CIFuzz
 on:
   push:
     branches:
-      - master
+      - main
   pull_request:
     branches:
-      - master
+      - main
 jobs:
   Fuzzing:
     runs-on: ubuntu-latest
-- 
2.55.0