Update CI after branch changes
This commit is contained in:
parent
a498417bad
commit
ccde406193
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ python-linting:
|
||||||
- ./.venv/bin/ruff format --check src/
|
- ./.venv/bin/ruff format --check src/
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- development
|
- main
|
||||||
- merge_requests
|
- merge_requests
|
||||||
|
|
||||||
javascript-linting:
|
javascript-linting:
|
||||||
|
|
@ -21,5 +21,5 @@ javascript-linting:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- development
|
- main
|
||||||
- merge_requests
|
- merge_requests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue