Skip to content

Commit 3e45696

Browse files
committed
workflol
1 parent a27d4d9 commit 3e45696

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build and Store Artifact
33
permissions:
44
contents: write
55

6-
on:
7-
push:
8-
tags:
9-
- 'v*'
6+
on: [push]
7+
# push:
8+
# tags:
9+
# - 'v*'
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)