fix ci
Some checks failed
CI / Lint & Format Check (push) Failing after 5s
CI / Test Backend (push) Failing after 6s
CI / Build Backend (push) Has been skipped
CI / Test Frontend (push) Failing after 6s
CI / Build Frontend (push) Has been skipped
Security Audit / Dependency Review (push) Has been skipped
Security Audit / npm audit (push) Failing after 7s
Some checks failed
CI / Lint & Format Check (push) Failing after 5s
CI / Test Backend (push) Failing after 6s
CI / Build Backend (push) Has been skipped
CI / Test Frontend (push) Failing after 6s
CI / Build Frontend (push) Has been skipped
Security Audit / Dependency Review (push) Has been skipped
Security Audit / npm audit (push) Failing after 7s
This commit is contained in:
parent
e1a43bcee1
commit
44d38e3fc2
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -2,9 +2,9 @@ name: CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, develop]
|
branches: [main, dev]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, develop]
|
branches: [main, dev]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-and-format:
|
lint-and-format:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user