Explorar o código

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

Lucas Nogueira %!s(int64=3) %!d(string=hai) anos
pai
achega
1caf485fce
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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