1
0
mhsanaei 5 сар өмнө
parent
commit
db6781f311

+ 2 - 2
.github/workflows/release.yml

@@ -1,10 +1,10 @@
 name: Release 3X-UI
 name: Release 3X-UI
 
 
 on:
 on:
+  workflow_dispatch:
   push:
   push:
     tags:
     tags:
-      - "*"
-  workflow_dispatch:
+      - "v*.*.*"
 
 
 jobs:
 jobs:
   build:
   build: