mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Rename master -> main
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -3,16 +3,16 @@
|
|||||||
name: CIFuzz
|
name: CIFuzz
|
||||||
on:
|
on:
|
||||||
# Trigger the workflow on push or pull requests, but only for the
|
# 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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
paths:
|
paths:
|
||||||
- '**.c'
|
- '**.c'
|
||||||
- '**.h'
|
- '**.h'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
paths:
|
paths:
|
||||||
- '**.c'
|
- '**.c'
|
||||||
- '**.h'
|
- '**.h'
|
||||||
|
Reference in New Issue
Block a user