We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fb7f7 commit ef4b5c6Copy full SHA for ef4b5c6
.github/workflows/dev-package.yml
@@ -1,12 +1,6 @@
1
name: Dev Packages
2
3
-on:
4
- push:
5
- branches:
6
- - '**'
7
- - '!master'
8
- tags-ignore:
9
+on: workflow_dispatch
10
env:
11
SECRETS: ${{ toJSON(secrets) }}
12
GITHUB_TOKEN: ${{ secrets.SHARED_GH_TOKEN }}
@@ -52,7 +46,7 @@ jobs:
52
46
run: pnpm build
53
47
54
48
- name: Publish dev packages.
55
- if: ${{ steps.detect.outputs.has-changesets == 'true' && success() }}
49
+ if: ${{ success() }}
56
50
uses: ./.github/ci/actions/pnpm-publish
57
51
with:
58
dev: true
0 commit comments