1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

CICD: Rename the master branch to main (#2774)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Jeffrey Cafferata
2024-01-10 21:50:12 +01:00
committed by GitHub
parent 858c902101
commit 355c0fe6a1
10 changed files with 22 additions and 22 deletions

View File

@@ -13,10 +13,10 @@ name: "CodeQL"
on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
branches: [ "main" ]
schedule:
- cron: '32 19 * * 0'

View File

@@ -1,7 +1,7 @@
name: "PR: Run all tests"
on:
# git push origin master:tlim_testpr --force
# will trigger a full PR test on the master branch:
# git push origin main:tlim_testpr --force
# will trigger a full PR test on the main branch:
# https://github.com/StackExchange/dnscontrol/actions/workflows/pr_test.yml?query=branch%3Atlim_testpr
push:
branches: