Skip to content

Commit ef4b5c6

Browse files
made dev packages manual
1 parent 73fb7f7 commit ef4b5c6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/dev-package.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Dev Packages
22

3-
on:
4-
push:
5-
branches:
6-
- '**'
7-
- '!master'
8-
tags-ignore:
9-
- '**'
3+
on: workflow_dispatch
104
env:
115
SECRETS: ${{ toJSON(secrets) }}
126
GITHUB_TOKEN: ${{ secrets.SHARED_GH_TOKEN }}
@@ -52,7 +46,7 @@ jobs:
5246
run: pnpm build
5347

5448
- name: Publish dev packages.
55-
if: ${{ steps.detect.outputs.has-changesets == 'true' && success() }}
49+
if: ${{ success() }}
5650
uses: ./.github/ci/actions/pnpm-publish
5751
with:
5852
dev: true

0 commit comments

Comments
 (0)