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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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