Skip to content

Commit

Permalink
Change trigger of validate-pr workflow to *_target (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
abobija authored Apr 28, 2024
1 parent 677abc6 commit ed2f57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Validate PR

on:
pull_request:
pull_request_target:
types: [opened, synchronize, ready_for_review, reopened]

jobs:
Expand Down

0 comments on commit ed2f57b

Please sign in to comment.