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:
committed by
GitHub
parent
858c902101
commit
355c0fe6a1
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -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'
|
||||
|
||||
|
4
.github/workflows/pr_test.yml
vendored
4
.github/workflows/pr_test.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user