We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d212fcd commit a516bdbCopy full SHA for a516bdb
.github/workflows/zip-and-release.yml
@@ -1,10 +1,12 @@
1
-name: Auto Create and Upload tar.gz Archives for Latest Release
+name: Create tar.gz Folders for Latest Release
2
3
on:
4
workflow_dispatch:
5
push:
6
+ branches:
7
+ - main # Trigger khi có thay đổi trên branch chính
8
tags:
- - 'v*' # Trigger on new version tags (e.g., v1.0.0)
9
+ - 'v*' # Trigger khi có tag mới
10
11
jobs:
12
build-and-upload:
0 commit comments