|
|
@ -8,6 +8,7 @@ on:
|
|
|
|
- '.github/workflows/format-javascript.yml'
|
|
|
|
- '.github/workflows/format-javascript.yml'
|
|
|
|
- 'plugins/*/guest-js/**'
|
|
|
|
- 'plugins/*/guest-js/**'
|
|
|
|
- '.prettierignore'
|
|
|
|
- '.prettierignore'
|
|
|
|
|
|
|
|
- "**/package.json"
|
|
|
|
pull_request:
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
branches:
|
|
|
|
- dev
|
|
|
|
- dev
|
|
|
@ -15,6 +16,7 @@ on:
|
|
|
|
- '.github/workflows/format-javascript.yml'
|
|
|
|
- '.github/workflows/format-javascript.yml'
|
|
|
|
- 'plugins/*/guest-js/**'
|
|
|
|
- 'plugins/*/guest-js/**'
|
|
|
|
- '.prettierignore'
|
|
|
|
- '.prettierignore'
|
|
|
|
|
|
|
|
- "**/package.json"
|
|
|
|
|
|
|
|
|
|
|
|
concurrency:
|
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
|
|