mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 09:59:59 +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"
|
||||
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:
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
Loading…
Reference in a new issue