Skip to content

Commit 9df789a

Browse files
committed
change GH Actions build to tags event
1 parent 8ae6d47 commit 9df789a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildapp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: buildapp
22

33
on:
44
push:
5-
branches:
6-
- 'main'
5+
tags:
6+
- '*'
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)