Ver Fonte

chore: customizing triggers for builds
Now CI triggers on commit to main, or on release

Shishkevich D. há 3 dias atrás
pai
commit
384e23aeb2
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      .github/workflows/release.yml

+ 3 - 3
.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: