Skip to content

Commit 3174170

Browse files
authored
Update build.yaml
1 parent 8a6c277 commit 3174170

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: BUILD
22

33
on:
4-
release:
5-
type: [published]
4+
# release:
5+
# type: [published]
66
pull_request:
7-
7+
push:
8+
tags:
9+
- '*'
10+
811
jobs:
912
variables:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)