Skip to content

Commit

Permalink
Merge pull request #14 from j0k3r/patch-1
Browse files Browse the repository at this point in the history
GitHub workflow should target main branch
  • Loading branch information
helloanoop authored Oct 21, 2023
2 parents 60329d6 + 3f4ec14 commit d1c22bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

env:
CI: true
Expand Down

1 comment on commit d1c22bf

@vercel
Copy link

@vercel vercel bot commented on d1c22bf Oct 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.