Skip to content

Commit 32f2e98

Browse files
committed
match workflow triggers
1 parent 571bfa9 commit 32f2e98

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ on:
77
workflow_dispatch:
88
push:
99
branches:
10-
- 'dev/*'
11-
- 'hotfix/*'
10+
# yamllint disable-line rule:quoted-strings
11+
- "dev/*"
12+
# yamllint disable-line rule:quoted-strings
13+
- "hotfix/*"
14+
# yamllint disable-line rule:quoted-strings
15+
- "main"
16+
# yamllint disable-line rule:quoted-strings
17+
- "master"
1218
tags:
13-
- '*'
19+
- "*"
1420

1521

1622
jobs:

0 commit comments

Comments
 (0)