Skip to content

Commit 3c8aa50

Browse files
committed
fix deployment
1 parent 855e859 commit 3c8aa50

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-branch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Build branch
33
on:
44
push:
55
branches-ignore:
6-
- 1.x
6+
- 1.*
77
- main
88
tags-ignore:
9-
- v1.x
10-
- v2.x
9+
- v1.*
10+
- v2.*
1111

1212
jobs:
1313
build-branch:

.github/workflows/build-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- 1.x
7+
- 1.*
88

99
jobs:
1010
build-tag:

.github/workflows/release-gem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Release Gem
22

33
on:
4-
push:tags
5-
branches:
4+
push:
5+
tags:
66
- v1.*
77
- v2.*
88

0 commit comments

Comments
 (0)