ci: Change paths-filter's base to v2 branch (#1043)

Currently it compares it to the default branch (v1) which makes it always run all plugin checks. While i plan to change default branches soon i still need a bit more time for this.
pull/1042/head
Fabian-Lars 1 year ago committed by GitHub
parent c281df8d79
commit 685c4094c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,6 +42,7 @@ jobs:
- uses: dorny/paths-filter@v2
id: filter
with:
base: v2
filters: |
tauri-plugin-authenticator:
- .github/workflows/test-rust.yml

Loading…
Cancel
Save