CI - fix paths
This commit is contained in:
parent
8e8c25bce9
commit
7f467dbaf1
4
.github/workflows/.tests-javascript.yml
vendored
4
.github/workflows/.tests-javascript.yml
vendored
@ -2,9 +2,9 @@ name: Javascript CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: ['fittrackee_client']
|
paths: ['fittrackee_client/**']
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: ['fittrackee_client']
|
paths: ['fittrackee_client/**']
|
||||||
|
|
||||||
env:
|
env:
|
||||||
working-directory: fittrackee_client
|
working-directory: fittrackee_client
|
||||||
|
4
.github/workflows/.tests-python.yml
vendored
4
.github/workflows/.tests-python.yml
vendored
@ -2,9 +2,9 @@ name: Python CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore: ['docs/**', 'docsrc/**', 'fittrackee_client', '*.md']
|
paths-ignore: ['docs/**', 'docsrc/**', 'fittrackee_client/**', '*.md']
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore: ['docs/**', 'docsrc/**', 'fittrackee_client', '*.md']
|
paths-ignore: ['docs/**', 'docsrc/**', 'fittrackee_client/**', '*.md']
|
||||||
|
|
||||||
env:
|
env:
|
||||||
APP_SETTINGS: fittrackee.config.TestingConfig
|
APP_SETTINGS: fittrackee.config.TestingConfig
|
||||||
|
Loading…
Reference in New Issue
Block a user