Skip to content

Commit 329ba8c

Browse files
authored
Change trigger from release to push on version tags
1 parent 618384c commit 329ba8c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Build Windows EXE
22

33
on:
4-
release:
5-
types: [created]
4+
push:
5+
tags:
6+
- "v*"
67

78
jobs:
89
build:
@@ -32,4 +33,4 @@ jobs:
3233
- name: Upload release asset
3334
uses: softprops/action-gh-release@v2
3435
with:
35-
files: OsciFootswitch.zip
36+
files: OsciFootswitch.zip

0 commit comments

Comments
 (0)