Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-10-07 11:35:22 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-10-07 11:35:22 +0300
commitdb6781f3115202c4f77e679db93982a9a4315c37 (patch)
tree691706351d44b7e839aa192989040961ec97f2de /.github
parenta85b02c6ab9124dba856399dab2887bbe445e679 (diff)
Update release.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 799f6b42..731a916a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,10 +1,10 @@
name: Release 3X-UI
on:
+ workflow_dispatch:
push:
tags:
- - "*"
- workflow_dispatch:
+ - "v*.*.*"
jobs:
build: