Skip to content

Commit

Permalink
use main branch instead of dev for continus deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeBu committed Jun 16, 2023
1 parent 78ff18d commit ef9df27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Continuous Deployment"
on:
push:
branches:
- dev
- main

jobs:
validation:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/fullcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: "Fullcheck of the project + integration tests"
on:
push:
branches-ignore:
- dev
- staging
- main

workflow_call:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ef9df27

Please sign in to comment.