mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 09:12:47 +08:00
CICD: Add GHA trigger for PR workflow of master branch (#2764)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
db75e84e03
commit
393efcf3c2
1 changed files with 6 additions and 0 deletions
6
.github/workflows/pr_test.yml
vendored
6
.github/workflows/pr_test.yml
vendored
|
@ -1,5 +1,11 @@
|
||||||
name: "PR: Run all tests"
|
name: "PR: Run all tests"
|
||||||
on:
|
on:
|
||||||
|
# git push origin master:tlim_testpr --force
|
||||||
|
# will trigger a full PR test on the master branch:
|
||||||
|
# https://github.com/StackExchange/dnscontrol/actions/workflows/pr_test.yml?query=branch%3Atlim_testpr
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'tlim_testpr'
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue