Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax authored May 6, 2024
1 parent acd6a4b commit 610c9b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
# using the `master` branch as the default branch.
push:
branches: [onmax/new-web-client]
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -27,8 +27,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: 'onmax/new-web-client'
- uses: pnpm/action-setup@v3
with:
version: latest
Expand Down

0 comments on commit 610c9b8

Please sign in to comment.