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

View File

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