Skip to content

Commit

Permalink
Fix block-on-hold-prs github action
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandra-fromm committed Jan 18, 2024
1 parent 2efe9b7 commit d3822da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/block-on-hold-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Block on-hold PRs
on:
pull_request:
branches: [ master, main ]
types: [ opened, labeled, unlabeled ]
types: [ opened, labeled, unlabeled, synchronize ]

jobs:
shared:
Expand Down

0 comments on commit d3822da

Please sign in to comment.