Skip to content

Commit

Permalink
fix: workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
csuvajit committed Oct 25, 2024
1 parent c03e52a commit ba3e8d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:
push:
branches-ignore:
- main
workflow_dispatch:

jobs:
build:
preview-build:
runs-on: ubuntu-latest

steps:
Expand All @@ -26,4 +27,4 @@ jobs:
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}

- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
3 changes: 2 additions & 1 deletion .github/workflows/release-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
production-build:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit ba3e8d1

Please sign in to comment.