chore: customizing triggers for builds

Now CI triggers on commit to main, or on release
This commit is contained in:
Shishkevich D. 2025-05-10 22:00:20 +07:00 committed by GitHub
parent 23293813bb
commit 384e23aeb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: