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 authored and chuanr committed Mar 21, 2023
1 parent b0279b4 commit 19259b8
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 19259b8

Please sign in to comment.