Do not run tests on web-only changes
This commit is contained in:
@@ -4,9 +4,7 @@ on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'webroot/**'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'webroot/**'
|
||||
- 'web/**'
|
||||
|
||||
jobs:
|
||||
api:
|
||||
|
||||
1
.github/workflows/javascript-formatting.yml
vendored
1
.github/workflows/javascript-formatting.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
||||
# Make sure the actual branch is checked out when running on pull requests
|
||||
ref: ${{ github.head_ref }}
|
||||
fetch-depth: 0
|
||||
pull: --rebase --autostash
|
||||
|
||||
- name: Prettify code
|
||||
uses: creyD/prettier_action@v4.2
|
||||
|
||||
Reference in New Issue
Block a user