Skip to content

Commit 69f7bbf

Browse files
authored
Merge pull request #26 from ClayPulse/dev
Change changeset publish condition to push on main
2 parents abfc5e1 + 37583b4 commit 69f7bbf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release-npm-packages.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ permissions:
99
on:
1010
push:
1111
branches: ["main"]
12-
pull_request:
13-
branches: ["main"]
1412

1513
jobs:
1614
release:
@@ -27,9 +25,6 @@ jobs:
2725
- name: Install changesets
2826
run: npm i -D changesets
2927

30-
- name: Check for changesets
31-
run: npx changeset status --since=main
32-
3328
- name: Install dependencies
3429
run: npm i --workspace=npm-packages/shared-utils && npm i --workspace=npm-packages/react-api
3530

0 commit comments

Comments
 (0)