We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9661e commit 535e4b5Copy full SHA for 535e4b5
.github/workflows/publish-docker.yml
@@ -1,9 +1,8 @@
1
name: Publish to Docker Hub
2
3
on:
4
- push:
5
- tags:
6
- - "v*"
+ release:
+ types: [published]
7
workflow_dispatch:
8
inputs:
9
version:
.github/workflows/publish-npm.yml
@@ -1,11 +1,8 @@
name: Publish to npm
- branches:
- - main
10
11
0 commit comments