We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7e7ab8 + 4de4625 commit 8cd2160Copy full SHA for 8cd2160
1 file changed
.github/workflows/release.yml
@@ -1,19 +1,16 @@
1
name: Release
2
3
on:
4
- workflow_run:
5
- workflows: ["Go Check"]
6
- types:
7
- - completed
8
- branches:
9
- - master
+ push:
+ tags:
+ - v*
10
11
jobs:
12
release:
13
-
+
14
runs-on: ubuntu-latest
15
if: ${{ github.event.workflow_run.conclusion == 'success' }}
16
17
steps:
18
- name: Checkout code
19
uses: actions/checkout@v4
0 commit comments