fix(ci):
CI / lint-and-format (push) Failing after 34s
CI / changeset-check (push) Successful in 31s
CI / unit-tests (push) Successful in 42s
CI / component-tests (push) Failing after 25s

trigger workflow on all branch pushes and fix component tests setup
This commit is contained in:
2026-08-02 14:35:50 +02:00
parent 35747ec681
commit a92d83a5f4
+2 -1
View File
@@ -2,7 +2,8 @@ name: CI
on: on:
push: push:
branches: ['*'] branches:
- '**'
pull_request: pull_request:
branches: [dev, main] branches: [dev, main]