Skip to content

Commit

Permalink
Trigger PR CI for more conditions (#658)
Browse files Browse the repository at this point in the history
Added `assigned` and `synchronize` triggers to `pull_request_target`.
  • Loading branch information
na4zagin3 authored Sep 27, 2023
1 parent 62a123b commit 1274625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pull Request Flow

on:
pull_request_target:
types: [opened, reopened]
types: [assigned, opened, synchronize, reopened]
# tags-ignore and/or paths does not work with pull_request_target
# tags-ignore:
# - "automated pr"
Expand Down

0 comments on commit 1274625

Please sign in to comment.