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 8ea1b2e commit d07a073Copy full SHA for d07a073
.github/workflows/build.yml
@@ -2,10 +2,6 @@
2
3
name: Build
4
5
-on:
6
- push:
7
- tags:
8
- - "v*"
9
10
jobs:
11
build:
.github/workflows/publish.yml
@@ -1,5 +1,9 @@
1
name: Build and publish python package
+on:
+ release:
+ types: [ published ]
+
publish-service-client-package:
runs-on: ubuntu-latest
0 commit comments