mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-14 20:55:26 +02:00
chore: tauri 3.0 alpha release
This commit is contained in:
@@ -12,6 +12,7 @@ on:
|
||||
branches:
|
||||
- v1
|
||||
- v2
|
||||
- v3
|
||||
paths:
|
||||
- '.github/workflows/audit-javascript.yml'
|
||||
- '**/pnpm-lock.yaml'
|
||||
@@ -20,6 +21,7 @@ on:
|
||||
branches:
|
||||
- v1
|
||||
- v2
|
||||
- v3
|
||||
paths:
|
||||
- '.github/workflows/audit-javascript.yml'
|
||||
- '**/pnpm-lock.yaml'
|
||||
|
||||
@@ -12,6 +12,7 @@ on:
|
||||
branches:
|
||||
- v1
|
||||
- v2
|
||||
- v3
|
||||
paths:
|
||||
- '.github/workflows/audit-rust.yml'
|
||||
- '**/Cargo.lock'
|
||||
@@ -20,6 +21,7 @@ on:
|
||||
branches:
|
||||
- v1
|
||||
- v2
|
||||
- v3
|
||||
paths:
|
||||
- '.github/workflows/audit-rust.yml'
|
||||
- '**/Cargo.lock'
|
||||
|
||||
@@ -9,6 +9,7 @@ on:
|
||||
branches:
|
||||
- v1
|
||||
- v2
|
||||
- v3
|
||||
|
||||
permissions:
|
||||
# required for oidc token
|
||||
|
||||
@@ -10,6 +10,7 @@ on:
|
||||
branches:
|
||||
- v1
|
||||
- v2
|
||||
- v3
|
||||
paths:
|
||||
- '.github/workflows/integration-tests.yml'
|
||||
- 'plugins/updater/src/**'
|
||||
@@ -17,6 +18,7 @@ on:
|
||||
branches:
|
||||
- v1
|
||||
- v2
|
||||
- v3
|
||||
paths:
|
||||
- '.github/workflows/integration-tests.yml'
|
||||
- 'plugins/updater/src/**'
|
||||
|
||||
@@ -9,6 +9,7 @@ on:
|
||||
branches:
|
||||
- v1
|
||||
- v2
|
||||
- v3
|
||||
paths:
|
||||
- '.github/workflows/lint-javascript.yml'
|
||||
- 'plugins/*/guest-js/**'
|
||||
@@ -20,6 +21,7 @@ on:
|
||||
branches:
|
||||
- v1
|
||||
- v2
|
||||
- v3
|
||||
paths:
|
||||
- '.github/workflows/lint-javascript.yml'
|
||||
- 'plugins/*/guest-js/**'
|
||||
|
||||
@@ -9,6 +9,7 @@ on:
|
||||
branches:
|
||||
- v1
|
||||
- v2
|
||||
- v3
|
||||
paths:
|
||||
- '.github/workflows/lint-rust.yml'
|
||||
- 'plugins/*/src/**'
|
||||
@@ -18,6 +19,7 @@ on:
|
||||
branches:
|
||||
- v1
|
||||
- v2
|
||||
- v3
|
||||
paths:
|
||||
- '.github/workflows/lint-rust.yml'
|
||||
- 'plugins/*/src/**'
|
||||
|
||||
@@ -10,6 +10,7 @@ on:
|
||||
branches:
|
||||
- v1
|
||||
- v2
|
||||
- v3
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
@@ -9,6 +9,7 @@ on:
|
||||
branches:
|
||||
- v1
|
||||
- v2
|
||||
- v3
|
||||
paths:
|
||||
- '.github/workflows/test-rust.yml'
|
||||
- 'plugins/*/src/**'
|
||||
@@ -19,6 +20,7 @@ on:
|
||||
branches:
|
||||
- v1
|
||||
- v2
|
||||
- v3
|
||||
paths:
|
||||
- '.github/workflows/test-rust.yml'
|
||||
- 'plugins/*/src/**'
|
||||
|
||||
Reference in New Issue
Block a user