Skip to content

Commit

Permalink
HCPCP-1928 Add event trigger for push on testacc for feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpilz committed Dec 13, 2024
1 parent 509487a commit 00d23f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testacc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches:
- 'jasonpilz/testacc'
push:
branches:
- 'jasonpilz/testacc'

# This prevents more than one run of this workflow from executing at a time.
# Up to 1 additional run will be queued, with anything futher being cancelled from the queue.
Expand Down

0 comments on commit 00d23f8

Please sign in to comment.