Skip to content

Commit a547fb8

Browse files
authored
fix release pipelines (#43)
1 parent 7945bab commit a547fb8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release-prod.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
name: Release Dev
1+
name: Release Prod
22

33
on:
44
push:
5-
branches:
6-
- release-*
75
tags:
86
- v*.*.*
97

.github/workflows/release-stg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Dev
1+
name: Release Stg
22

33
on:
44
push:

0 commit comments

Comments
 (0)