Skip to content

Commit 64670f0

Browse files
committed
remove branch for test publish
1 parent f9e9b3c commit 64670f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Snapshot
22

33
on:
44
pull_request:
5-
branches: [main, ng/changesets-and-publishing]
5+
branches: [main]
66

77
jobs:
88
snapshot:
@@ -26,4 +26,4 @@ jobs:
2626
run: pnpm build
2727
- name: Create snapshot
2828
id: snapshot
29-
run: pnpx [email protected] publish --pnpm --comment=off ./packages/*
29+
run: pnpx [email protected] publish --pnpm --comment=off ./packages/*

0 commit comments

Comments
 (0)