Skip to content

Commit

Permalink
fix: fix branch name in action
Browse files Browse the repository at this point in the history
  • Loading branch information
noahajac committed Aug 10, 2024
1 parent c1fa596 commit bdeb180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pull Request

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

concurrency:
group: pull-request-${{ github.ref }}
Expand Down

0 comments on commit bdeb180

Please sign in to comment.