Skip to content

Commit 3bde34a

Browse files
committed
branch filter correction
1 parent 293d75a commit 3bde34a

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)