mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
fix workflows
This commit is contained in:
@@ -6,13 +6,15 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- '.github/workflows/format-javascript.yml'
|
||||
- "client/**"
|
||||
- 'plugins/*/guest-js/**'
|
||||
- '.prettierignore'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '.github/workflows/format-javascript.yml'
|
||||
- "client/**"
|
||||
- 'plugins/*/guest-js/**''
|
||||
- '.prettierignore'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user