Skip to content

Commit

Permalink
feat(actions): add pull_request trigger to hopefully test before merging
Browse files Browse the repository at this point in the history
This change is needed because the GitHub action is not picking up the latest changes, and it appears that the only way to test the action changes before merging is to add the pull_request trigger

Signed-off-by: Casale, Robert <[email protected]>
  • Loading branch information
Gearheads committed May 7, 2024
1 parent e2132d5 commit cabc0f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/titlecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: titlecheck

# Run on PR
on:
pull_request_target:
# enable for testing new changes
pull_request:
# pull_request_target:
types:
- opened
- edited
Expand Down

0 comments on commit cabc0f4

Please sign in to comment.