We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6155a33 commit 72b353fCopy full SHA for 72b353f
1 file changed
.github/workflows/main.yml
@@ -5,12 +5,16 @@ on:
5
branches:
6
- master
7
- develop
8
- - /^release\/.*$/
+ - 'release/**'
9
+ - 'support/**'
10
+ - 'ci/**'
11
pull_request:
12
13
14
15
16
17
18
19
concurrency:
20
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments