index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-29 08:23:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 08:23:01 +0000 |
commit | 455dd24614be1dcad7ef193bde6efaea6d901b59 (patch) | |
tree | 5309cbfed3632e51831267673632678cc6b11e98 /.github | |
parent | 1238199ed8022fbfaedcf746527b5d8c1ad975b9 (diff) | |
parent | 2d02e806f2ae5341752a0ceb532e5c239a164ee7 (diff) |
-rw-r--r-- | .github/workflows/python-publish.yml | 2 |
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: |