mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
Rename master -> main
This commit is contained in:
parent
7f0b269238
commit
5ade1c2539
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -3,16 +3,16 @@
|
||||
name: CIFuzz
|
||||
on:
|
||||
# Trigger the workflow on push or pull requests, but only for the
|
||||
# master branch and only for C source files.
|
||||
# main branch and only for C source files.
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- '**.c'
|
||||
- '**.h'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- '**.c'
|
||||
- '**.h'
|
||||
|
Loading…
x
Reference in New Issue
Block a user