aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-01-06 14:34:55 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-01-06 14:34:55 +0100
commit40242af4f9391a31cfa0ec1e1eebb25c6b6fbd37 (patch)
treec829246d324aa933256329c98708543d443622ba /.github
parentddf8870507488c66e3106c053fe6aace99d0d8f1 (diff)
Only trigger binary packages on release creation
The release and prerelease types were added for debugging purposes, but now result in double actions being performed on creation of a release.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/binary-packages.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/binary-packages.yml b/.github/workflows/binary-packages.yml
index 6292b91..18b88f7 100644
--- a/.github/workflows/binary-packages.yml
+++ b/.github/workflows/binary-packages.yml
@@ -4,8 +4,6 @@ on:
release:
types:
- created
- - released
- - prereleased
jobs:
amd64-gnu: