Skip to content

Commit

Permalink
CICD: Add GHA trigger for PR workflow of master branch (#2764)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
  • Loading branch information
cafferata and tlimoncelli committed Jan 5, 2024
1 parent db75e84 commit 393efcf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr_test.yml
@@ -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:

Expand Down

0 comments on commit 393efcf

Please sign in to comment.