Skip to content

Commit 41dab38

Browse files
trigger workflow on release create
1 parent 130f91f commit 41dab38

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build_and_upload.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Build and Upload Go Tool
22

33
on:
4-
push:
5-
tags:
6-
- 'v*'
4+
release:
5+
types: [created]
6+
branches:
7+
- main
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)