Skip to content

Commit cac5909

Browse files
committed
Configure build pipeline for 2.0.x
1 parent 766f1dc commit cac5909

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-milestone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Release Milestone
22
on:
33
push:
44
tags:
5-
- v1.4.0-M[1-9]
6-
- v1.4.0-RC[1-9]
5+
- v2.0.0-M[1-9]
6+
- v2.0.0-RC[1-9]
77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}
99
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
tags:
5-
- v1.4.[0-9]+
5+
- v2.0.[0-9]+
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
jobs:

0 commit comments

Comments
 (0)