Skip to content

Commit 039c6ec

Browse files
committed
fix: only run the build workflow on non tags
1 parent 821a1e4 commit 039c6ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
3-
branches:
4-
- main
3+
tags:
4+
- "!v*"
55

66
jobs:
77
build:

0 commit comments

Comments
 (0)