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.
2 parents 582a805 + 75132fe commit 07e8cedCopy full SHA for 07e8ced
.github/workflows/main.yml
@@ -1,8 +1,7 @@
1
name: 'CI'
2
on:
3
- push:
4
- tags:
5
- - 'v.*'
+ release:
+ types: [created]
6
7
jobs:
8
release:
.github/workflows/python-test-publish.yml
@@ -6,12 +6,8 @@ name: Upload Python Package
# Trigger the workflow on push or pull request,
# but only for the main branch
9
10
- branches:
11
- - main
12
- pull_request:
13
14
15
16
17
deploy:
0 commit comments