We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e22d5b commit 28681dcCopy full SHA for 28681dc
.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 }}
.github/workflows/check-docs.yml
@@ -1,6 +1,9 @@
1
name: Doc Change Check (Run "yarn docgen devsite" if this fails)
-on: pull_request
+on:
+ pull_request:
jobs:
doc-check:
0 commit comments