|
|
@ -3,14 +3,14 @@ name: Format JavaScript
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
- dev
|
|
|
|
paths:
|
|
|
|
paths:
|
|
|
|
- '.github/workflows/format-javascript.yml'
|
|
|
|
- '.github/workflows/format-javascript.yml'
|
|
|
|
- 'plugins/*/guest-js/**'
|
|
|
|
- 'plugins/*/guest-js/**'
|
|
|
|
- '.prettierignore'
|
|
|
|
- '.prettierignore'
|
|
|
|
pull_request:
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
- dev
|
|
|
|
paths:
|
|
|
|
paths:
|
|
|
|
- '.github/workflows/format-javascript.yml'
|
|
|
|
- '.github/workflows/format-javascript.yml'
|
|
|
|
- 'plugins/*/guest-js/**'
|
|
|
|
- 'plugins/*/guest-js/**'
|
|
|
|