Skip to content

Commit bbaae77

Browse files
Merge branch 'develop-2.0.0' into conditional-ci-2.x
2 parents f908dc7 + 5dc5435 commit bbaae77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-verification.yml

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

1919
jobs:
2020
pr-verification:

0 commit comments

Comments
 (0)