소스 검색

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

Shishkevich D. 3 일 전
부모
커밋
384e23aeb2
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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: