Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-28 21:30:48 +0200
committerGitHub <noreply@github.com>2021-04-28 21:30:48 +0200
commit9fd87a4b531ceaa037014d7ff710823698f49300 (patch)
tree070c9e016eccfb4a9ce9252d7d0fc91c4ef69b8d /.github/workflows
parente52fca2d01a5c3e4d2b84a4fb72ca13aa650b163 (diff)
Update python-publish.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/python-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index c24fc0d7..489077b7 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -5,7 +5,7 @@ name: Upload archinstall to PyPi
on:
release:
- types: [created]
+ types: [created, published]
jobs:
deploy: