Skip to content

Commit ba4c5ca

Browse files
committed
ci: make releases from semver branches
1 parent 57f3e64 commit ba4c5ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- master
6-
- v[0-9]+.[0-9]+.[0-9]+
6+
- "[0-9]+.[0-9]+.x"
77

88
jobs:
99
release:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- master
6-
- v[0-9]+.[0-9]+.[0-9]+
6+
- "[0-9]+.[0-9]+.x"
77
pull_request:
88
types: [opened, synchronize]
99

0 commit comments

Comments
 (0)