Skip to content

Commit d07a073

Browse files
committed
Fix build
1 parent 8ea1b2e commit d07a073

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
name: Build
44

5-
on:
6-
push:
7-
tags:
8-
- "v*"
95

106
jobs:
117
build:

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Build and publish python package
22

3+
on:
4+
release:
5+
types: [ published ]
6+
37
jobs:
48
publish-service-client-package:
59
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)