Browse Source

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

Lucas Nogueira 3 years ago
parent
commit
1caf485fce
1 changed files with 1 additions and 3 deletions
  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