We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e22d5b commit c4276bdCopy full SHA for c4276bd
.github/workflows/check-changeset.yml
@@ -2,8 +2,8 @@ name: Check Changeset
2
3
on:
4
pull_request:
5
- branches-ignore:
6
- - release
+ branches:
+ - master
7
8
env:
9
GITHUB_PULL_REQUEST_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
0 commit comments