Skip to content

Commit 9cb61c5

Browse files
committed
Rerun pull request actions when the base branch is changed.
1 parent 323ee58 commit 9cb61c5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/dub.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
branches:
1313
- master
1414
pull_request:
15+
types: [opened, synchronize, reopened, edited]
1516
workflow_dispatch:
1617

1718
jobs:

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
branches:
1313
- master
1414
pull_request:
15+
types: [opened, synchronize, reopened, edited]
1516
workflow_dispatch:
1617

1718
jobs:

0 commit comments

Comments
 (0)