Skip to content

Commit 1dcba96

Browse files
committed
Only build when a new tag is pushed
1 parent eef7fc8 commit 1dcba96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: build app
22
on:
33
push:
4-
branches:
5-
- main
64
tags:
75
- "*"
8-
workflow_dispatch: ~
96

107
concurrency:
118
group: ${{ github.ref }}

0 commit comments

Comments
 (0)