Skip to content

Commit e3c989d

Browse files
authored
Ensuring CI runs against integration branches (#1995)
1 parent cf8b192 commit e3c989d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ on:
88
- '**/*.md'
99
branches:
1010
- master
11+
- '[0-9].[0-9]'
1112
pull_request:
1213
branches:
1314
- master
15+
- '[0-9].[0-9]'
1416

1517
jobs:
1618

0 commit comments

Comments
 (0)