Skip to content

Commit c07fc5b

Browse files
committed
Workflow trigger filtering changed
Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent 605eae1 commit c07fc5b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ on:
1313
branches:
1414
- master
1515
- develop
16-
- /^release\/.*$/
17-
- /^support\/.*$/
18-
- /^ci\/.*$/
16+
- 'release/**'
17+
- 'support/**'
18+
- 'ci/**'
1919
pull_request:
2020
branches:
2121
- master
2222
- develop
23-
- /^release\/.*$/
24-
- /^support\/.*$/
25-
- /^ci\/.*$/
23+
- 'release/**'
24+
- 'support/**'
25+
- 'ci/**'
2626

2727
concurrency:
2828
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)