Skip to content

Commit 8d42602

Browse files
authored
Release minor version snapshots (#3578)
* Release minor version snapshots * Address new patch version branch naming (0.0.x)
1 parent cef8e40 commit 8d42602

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on:
1515
pull_request:
1616
branches:
1717
- master
18-
- '[0-9].[0-9]'
1918
- '[0-9].x'
19+
- '[0-9].[0-9].x'
2020
schedule:
2121
- cron: '0 1 * * *' # nightly build
2222

.github/workflows/snapshot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
push:
77
branches:
88
- master
9-
- '[0-9].[0-9]'
9+
- '[0-9].x'
10+
- '[0-9].[0-9].x'
1011

1112
jobs:
1213

0 commit comments

Comments
 (0)