Skip to content

Commit

Permalink
fix(gh_actions): trigger on local and remote prs
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAvelar committed Jul 16, 2022
1 parent 8dfc668 commit ac4731b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: "PR label assigner"

on:
workflow_dispatch:
pull_request:
branches:
- master
pull_request_target:
branches:
- master
Expand Down

0 comments on commit ac4731b

Please sign in to comment.