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:
authorShishkevich D. <135337715+shishkevichd@users.noreply.github.com>2025-05-10 18:00:20 +0300
committerGitHub <noreply@github.com>2025-05-10 18:00:20 +0300
commit384e23aeb2e1e3527c008e810424c5b0ec8404cf (patch)
tree0c3e28171adee414dddb90bb8ab70b1e2577c088
parent23293813bb02ff03e336dde4ce3b628db5123950 (diff)
chore: customizing triggers for builds
Now CI triggers on commit to main, or on release
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 15dd9fc7..0526569f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,12 +1,12 @@
-name: Build and Release 3X-UI
+name: Release 3X-UI
on:
workflow_dispatch:
release:
types: [published]
push:
- pull_request:
- types: [opened, synchronize, reopened]
+ branches:
+ - main
jobs:
build: