From ef9df27f679883316db2c903a14c548d8be9d3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Burkard?= Date: Thu, 15 Jun 2023 18:22:03 +0200 Subject: [PATCH] use main branch instead of dev for continus deployment --- .github/workflows/continous-delivery.yml | 2 +- .github/workflows/fullcheck.yml | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continous-delivery.yml b/.github/workflows/continous-delivery.yml index 50f5cf748c..3c638db422 100644 --- a/.github/workflows/continous-delivery.yml +++ b/.github/workflows/continous-delivery.yml @@ -3,7 +3,7 @@ name: "Continuous Deployment" on: push: branches: - - dev + - main jobs: validation: diff --git a/.github/workflows/fullcheck.yml b/.github/workflows/fullcheck.yml index 5f1dab4ee8..33f8df158c 100644 --- a/.github/workflows/fullcheck.yml +++ b/.github/workflows/fullcheck.yml @@ -3,8 +3,6 @@ name: "Fullcheck of the project + integration tests" on: push: branches-ignore: - - dev - - staging - main workflow_call: @@ -27,7 +25,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "18" cache: "pnpm" - name: Install dependencies run: pnpm install @@ -67,7 +65,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "18" cache: "pnpm" - name: Install dependencies run: pnpm install