Commit 0a71750ee808a23017315da1c04fb826791aeb74

Authored by Jay Berkenbilt
1 parent 8c32f911

Remove master from github workflows

Main branch is `main` now
.github/workflows/cifuzz.yml
... ... @@ -3,7 +3,6 @@ on:
3 3 push:
4 4 branches:
5 5 - main
6   - - master
7 6 - build
8 7 - build/*
9 8 paths-ignore:
... ...
.github/workflows/main.yml
... ... @@ -5,7 +5,6 @@ on:
5 5 push:
6 6 branches:
7 7 - main
8   - - master
9 8 - build
10 9 - build/*
11 10 paths-ignore:
... ...