Skip to content

Commit 063d663

Browse files
fix: remove tag trigger from build workflow
1 parent 27a5a79 commit 063d663

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Build
22

33
on:
44
push:
5-
branches: [ "main" ]
6-
tags:
7-
- "v*.*.*"
5+
branches: ["main"]
86
pull_request:
97
branches: [ "main","*" ]
108

0 commit comments

Comments
 (0)