Skip to content

Commit

Permalink
disable the annoying 'check changeset' check, which is broken when ta…
Browse files Browse the repository at this point in the history
…rgeting non-master branches.

This is a cherry-pick of #7110
  • Loading branch information
dconeybe committed Mar 9, 2023
1 parent 2acf945 commit daf049c
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 daf049c

Please sign in to comment.