Skip to content

Commit

Permalink
ci: update deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrbo committed Dec 15, 2023
1 parent 5fd9cc9 commit d43203c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ on:
branches:
- main

pull_request:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

Expand All @@ -18,7 +21,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: 18.x
cache: pnpm

- name: Install
Expand Down

0 comments on commit d43203c

Please sign in to comment.