diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-05-10 18:00:20 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-10 18:00:20 +0300 |
| commit | 384e23aeb2e1e3527c008e810424c5b0ec8404cf (patch) | |
| tree | 0c3e28171adee414dddb90bb8ab70b1e2577c088 | |
| parent | 23293813bb02ff03e336dde4ce3b628db5123950 (diff) | |
chore: customizing triggers for builds
Now CI triggers on commit to main, or on release
| -rw-r--r-- | .github/workflows/release.yml | 6 |
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: |
