Skip to content

Commit 24fda3b

Browse files
committed
fix: add condition to changeset-check job for non-main branches
1 parent 0c414ce commit 24fda3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
run: node --run ci:e2e
5959

6060
changeset-check:
61+
if: github.event.pull_request.base.ref != 'main'
6162
runs-on: ubuntu-latest
6263
steps:
6364
- name: Checkout repository

0 commit comments

Comments
 (0)