Skip to content

Commit c89efb4

Browse files
committed
.github/workflows/appimage.yml:trigger when tag is pushed
1 parent 04c05aa commit c89efb4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/appimage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: AppImage Build
2+
23
on:
34
push:
4-
branches: [ continuous ]
5+
tags:
6+
- v**
7+
58
jobs:
69

710
# This workflow contains a single job called "build"

0 commit comments

Comments
 (0)