Skip to content

Commit

Permalink
fix: Removing branch filtering from PR toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrunkat authored Aug 4, 2023
1 parent 0a8e9f9 commit e47302d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion required_workflows/pull_request_toolkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Apify pull request toolkit

on:
pull_request:
branches: [ $default-branch ] # Run only on PRs to default branch (i.e., develop), not on releases and PR chains
types: ['opened', 'reopened', 'synchronize', 'labeled', 'unlabeled', 'edited', 'ready_for_review'] # The first 3 are default.

concurrency: # This is to make sure that it's executed only for the most recent changes of PR.
Expand Down

0 comments on commit e47302d

Please sign in to comment.