Skip to content

Commit

Permalink
perf(ci): do not run artifacts-updater on PRs except on example update
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Aug 4, 2022
1 parent 3b44b01 commit 1caf485
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/artifacts-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1caf485

Please sign in to comment.