Skip to content

Commit a516bdb

Browse files
authored
update
1 parent d212fcd commit a516bdb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/zip-and-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
name: Auto Create and Upload tar.gz Archives for Latest Release
1+
name: Create tar.gz Folders for Latest Release
22

33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- main # Trigger khi có thay đổi trên branch chính
68
tags:
7-
- 'v*' # Trigger on new version tags (e.g., v1.0.0)
9+
- 'v*' # Trigger khi có tag mới
810

911
jobs:
1012
build-and-upload:

0 commit comments

Comments
 (0)