Skip to content

Commit

Permalink
Do not run check-changeset on release PR (#6422)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Jul 25, 2022
1 parent 33d865d commit f32cc8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-changeset.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Check Changeset

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

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

0 comments on commit f32cc8f

Please sign in to comment.