Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-29 08:23:01 +0000
committerGitHub <noreply@github.com>2021-04-29 08:23:01 +0000
commit455dd24614be1dcad7ef193bde6efaea6d901b59 (patch)
tree5309cbfed3632e51831267673632678cc6b11e98 /.github
parent1238199ed8022fbfaedcf746527b5d8c1ad975b9 (diff)
parent2d02e806f2ae5341752a0ceb532e5c239a164ee7 (diff)
Merge branch 'master' into packages
Diffstat (limited to '.github')
-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: