Skip to content

Commit

Permalink
build: fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Keemluvr committed Jun 12, 2024
1 parent e24413d commit 33f012f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- main
- master
paths-ignore:
- '**.md'
pull_request:
Expand Down Expand Up @@ -76,6 +76,7 @@ jobs:
path: dist
- name: Vercel Action
uses: amondnet/vercel-action@v25
id: vercel-action
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
github-comment: false
Expand Down

0 comments on commit 33f012f

Please sign in to comment.