0

Do not run API tests on web-only changes

This commit is contained in:
Gabe Kangas 2022-08-20 12:04:23 -07:00 committed by GitHub
parent 36f86c212d
commit 93480078b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,7 @@ on:
push:
paths-ignore:
- 'webroot/**'
pull_request:
paths-ignore:
- 'webroot/**'
- 'web/**'
jobs:
api: