Skip to content

Commit

Permalink
ci: only run check on master
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Oct 21, 2023
1 parent b4168eb commit 563fb13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check
on:
push:
branches:
- '**'
- 'master'
pull_request:
branches:
- master
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
default-branch: master
pull-request-title-pattern: 'chore: release ${version}'

# The logic below handles the npm publication:
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 563fb13

Please sign in to comment.