Skip to content

Commit 102cc3b

Browse files
committed
Running PR verification also for release branches
1 parent a344437 commit 102cc3b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr-verification.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ on:
1212
pull_request:
1313
types: [opened, edited, synchronize, reopened]
1414
branches:
15-
- develop
16-
- develop-2.0.0
15+
- "develop"
16+
- "develop-2.0.0"
17+
- "/release\/.*/"
1718

1819
jobs:
1920
pr-verification:

0 commit comments

Comments
 (0)