Skip to content

Commit 58fe960

Browse files
authored
Run integration workflow on version branches (#210)
1 parent 8608965 commit 58fe960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
- '**/*.md'
99
branches:
1010
- master
11-
- '[0-9].[0-9]'
11+
- 'v[0-9].[0-9]'
1212
pull_request:
1313
branches:
1414
- master
15-
- '[0-9].[0-9]'
15+
- 'v[0-9].[0-9]'
1616

1717
permissions:
1818
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)