;dev:ci: rename usual CI branch to "ci"
This commit is contained in:
parent
6c95f47725
commit
8bfde51ae8
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -13,12 +13,12 @@ on:
|
|||||||
# schedule:
|
# schedule:
|
||||||
# - cron: "0 07 * * 0" # sunday midnight pacific
|
# - cron: "0 07 * * 0" # sunday midnight pacific
|
||||||
|
|
||||||
# When there's a push to any of these dev branches, it runs in the dev branch.
|
# When there's a push to the ci branch, it runs there.
|
||||||
# After passing there it can be merged/pushed to master.
|
# After passing there it can be merged/pushed to master.
|
||||||
# (Don't use these branches for pull requests, or it will run twice:
|
# (Don't use these branches for pull requests, or it will run twice,
|
||||||
# https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/2)
|
# https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/2)
|
||||||
push:
|
push:
|
||||||
branches: [ simon, simon2 ]
|
branches: [ ci ]
|
||||||
|
|
||||||
# When there's a pull request against master, it runs in the PR branch.
|
# When there's a pull request against master, it runs in the PR branch.
|
||||||
# After passing there it can be merged/pushed to master.
|
# After passing there it can be merged/pushed to master.
|
||||||
|
|||||||
@ -7,7 +7,7 @@ INTERVAL="${1:-10}"
|
|||||||
|
|
||||||
LOCALBRANCH=master
|
LOCALBRANCH=master
|
||||||
REMOTE=github
|
REMOTE=github
|
||||||
REMOTECIBRANCH=simon
|
REMOTECIBRANCH=ci
|
||||||
REMOTEMAINBRANCH=master
|
REMOTEMAINBRANCH=master
|
||||||
NUMRUNS=3
|
NUMRUNS=3
|
||||||
NUMCOMMITS=5
|
NUMCOMMITS=5
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user