2
0
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:
Todd C. Miller 2021-02-14 10:08:31 -07:00
parent 7f0b269238
commit 5ade1c2539

View File

@ -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'