Skip to content

Commit

Permalink
simplify conditions for tauri preview action
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Jan 9, 2025
1 parent 5bd92f2 commit 24fa472
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-tauri-preview.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
name: 'build tauri preview'

on:
commit:
pull_request:
paths:
- packages/target-tauri/**
paths-ignore:
- 'docs/**' # only trigger build if a file outside of /docs was changed
- 'README_ASSETS/**'
- 'test/**'
- '*.md'
- '.prettierrc.yml'
- '.vscode/**'


jobs:
build-tauri:
Expand Down

0 comments on commit 24fa472

Please sign in to comment.