mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
wip
This commit is contained in:
@@ -8,6 +8,7 @@ on:
|
||||
- '.github/workflows/format-javascript.yml'
|
||||
- 'plugins/*/guest-js/**'
|
||||
- '.prettierignore'
|
||||
- "**/package.json"
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
@@ -15,6 +16,7 @@ on:
|
||||
- '.github/workflows/format-javascript.yml'
|
||||
- 'plugins/*/guest-js/**'
|
||||
- '.prettierignore'
|
||||
- "**/package.json"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
@@ -9,6 +9,7 @@ on:
|
||||
- 'plugins/*/guest-js/**'
|
||||
- '.eslintignore'
|
||||
- '.eslintrc.json'
|
||||
- "**/package.json"
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
@@ -17,6 +18,7 @@ on:
|
||||
- 'plugins/*/guest-js/**'
|
||||
- '.eslintignore'
|
||||
- '.eslintrc.json'
|
||||
- "**/package.json"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user