Skip to content

Commit

Permalink
Also run check on base branch swap
Browse files Browse the repository at this point in the history
I accidentally selected master as base branch when creating the PR. When changing this to develop, the checks where not triggered. To fix this I added the `edited` type, which is used when changing the base ref.

See actions/runner#980
  • Loading branch information
duckdoom4 committed Jun 14, 2023
1 parent 163ea4c commit 87441dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: PR Check

on:
pull_request:
types: [synchronize, opened, reopened, edited]
branches:
- master
- develop
Expand Down

0 comments on commit 87441dd

Please sign in to comment.