Skip to content

Commit

Permalink
fixed ignoring main branches
Browse files Browse the repository at this point in the history
  • Loading branch information
happer64bit committed Aug 30, 2024
1 parent 2612884 commit 4c31864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-vercel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on:
push:
branches-ignore:
branches:
- main

jobs:
Deploy-Preview:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4c31864

Please sign in to comment.