We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605eae1 commit c07fc5bCopy full SHA for c07fc5b
1 file changed
.github/workflows/main.yml
@@ -13,16 +13,16 @@ on:
13
branches:
14
- master
15
- develop
16
- - /^release\/.*$/
17
- - /^support\/.*$/
18
- - /^ci\/.*$/
+ - 'release/**'
+ - 'support/**'
+ - 'ci/**'
19
pull_request:
20
21
22
23
24
25
26
27
concurrency:
28
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments