Skip to content

Commit 35b2641

Browse files
authored
chore(ci): release on tag push only if prerelease (#672)
1 parent 1f4d570 commit 35b2641

5 files changed

+5
-3
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- opened
77
- synchronize
88
- reopened
9+
merge_group:
910
workflow_dispatch:
1011

1112
concurrency:

.github/workflows/codeql.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- opened
77
- synchronize
88
- reopened
9+
merge_group:
910
schedule:
1011
- cron: 0 0 * * 0
1112
workflow_dispatch:

.github/workflows/release-zimic-fetch-package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- published
77
push:
88
tags:
9-
- '@zimic/fetch@*'
9+
- '@zimic/fetch@*-*'
1010

1111
concurrency:
1212
group: release-zimic-fetch-${{ github.ref_name }}

.github/workflows/release-zimic-http-package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- published
77
push:
88
tags:
9-
- '@zimic/http@*'
9+
- '@zimic/http@*-*'
1010

1111
concurrency:
1212
group: release-zimic-http-${{ github.ref_name }}

.github/workflows/release-zimic-interceptor-package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- published
77
push:
88
tags:
9-
- '@zimic/interceptor@*'
9+
- '@zimic/interceptor@*-*'
1010

1111
concurrency:
1212
group: release-zimic-interceptor-${{ github.ref_name }}

0 commit comments

Comments
 (0)