Skip to content

Commit

Permalink
Merge pull request #78 from dfds/fix_block_on_hold_prs_workflow
Browse files Browse the repository at this point in the history
Fix block-on-hold-prs github action
  • Loading branch information
aleksandra-fromm authored Jan 19, 2024
2 parents 3b1bf09 + 9e28a81 commit baf8621
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 baf8621

Please sign in to comment.