diff options
| author | Léo Vansimay | 2021-04-19 14:20:32 +0200 |
|---|---|---|
| committer | GitHub | 2021-04-19 14:20:32 +0200 |
| commit | f5d2eebfe806761f74ac5ac00b8bc74c12ce1de3 (patch) | |
| tree | 9ec429e3add6b2fdf6cafc5607a1d26321d9eb55 /.github/workflows/python-publish.yml | |
| parent | e1fa06edf8f3157fb7c90bc036ce1a80a31b9eb7 (diff) | |
| download | sec-certs-f5d2eebfe806761f74ac5ac00b8bc74c12ce1de3.tar.gz sec-certs-f5d2eebfe806761f74ac5ac00b8bc74c12ce1de3.tar.zst sec-certs-f5d2eebfe806761f74ac5ac00b8bc74c12ce1de3.zip | |
Update python-publish.yml
calls the publisher on each push
Diffstat (limited to '.github/workflows/python-publish.yml')
| -rw-r--r-- | .github/workflows/python-publish.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 088bc13d..0f442307 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -3,9 +3,7 @@ name: Upload Python Package -on: - release: - types: [created] +on: [push] jobs: deploy: |
