소스 검색

perf(ci): do not run artifacts-updater on PRs except on example update

Lucas Nogueira 3 년 전
부모
커밋
1caf485fce
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      .github/workflows/artifacts-updater.yml

+ 1 - 3
.github/workflows/artifacts-updater.yml

@@ -11,10 +11,8 @@ on:
   pull_request:
     paths:
       - '.github/workflows/artifacts-updater.yml'
-      - 'core/tauri/**'
-      - 'tooling/cli/**'
-      - 'tooling/bundler/**'
       - 'examples/updater/**'
+  workflow_dispatch:
 
 env:
   RUST_BACKTRACE: 1