Skip to content

Commit

Permalink
updated deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
perennialAutodidact committed Mar 10, 2024
1 parent ad40797 commit c8c3bf8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ on:
push:
branches:
- 'replace-nx-with-turborepo'
strategy:
matrix:
node-version: [18.x]

jobs:

build_and_deploy:

strategy:
matrix:
node-version: [18.x]


runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c8c3bf8

Please sign in to comment.