Skip to content

Commit

Permalink
Avoid changeset check on PRs to non-master branches (#7110)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Mar 10, 2023
1 parent 2e22d5b commit c4276bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Check Changeset

on:
pull_request:
branches-ignore:
- release
branches:
- master

env:
GITHUB_PULL_REQUEST_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit c4276bd

Please sign in to comment.