ci: trigger workflow on all branch pushes and fix component tests setup
- Changed push branch filter to wildcard '*' to test feature branches before merging - Kept the missing pnpm/node setup fix for the component-tests job
This commit is contained in:
@@ -2,13 +2,7 @@ name: CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# ========================================================
|
|
||||||
# 🟢 START: TRIGER BEI JEDEM BRANCH-PUSH AKTIVIERT
|
|
||||||
# ========================================================
|
|
||||||
branches: ['*']
|
branches: ['*']
|
||||||
# ========================================================
|
|
||||||
# 🔴 ENDE: ÄNDERUNG
|
|
||||||
# ========================================================
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [dev, main]
|
branches: [dev, main]
|
||||||
|
|
||||||
@@ -75,9 +69,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
# ========================================================
|
|
||||||
# 🟢 ZUVOR HINZUGEFÜGT FÜR PNPM & NODE.JS SETUP
|
|
||||||
# ========================================================
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "22"
|
node-version: "22"
|
||||||
|
|||||||
Reference in New Issue
Block a user