1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00: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:
Jeffrey Cafferata
2024-01-05 13:53:07 +01:00
committed by GitHub
parent db75e84e03
commit 393efcf3c2

View File

@ -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: