Skip to content

Commit

Permalink
Update dev-deploy.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaje94 committed Dec 17, 2023
1 parent fe613c1 commit 82c15b3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_DEV_PROJECT_ID }}
on:
workflow_dispatch:
workflow_run:
workflows: ["Check"]
types:
- completed
push:
branches:
- main
workflow_dispatch:
jobs:
Deploy-Dev:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 82c15b3

Please sign in to comment.