summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndreas Källberg <anka.213@gmail.com>2021-07-22 09:50:35 +0800
committerAndreas Källberg <anka.213@gmail.com>2021-07-25 09:30:36 +0800
commit8814fde817af010e6c17ff8829eceb008dfa5f72 (patch)
tree5c93c2088ef0f1aec3eaadf5a3f95dba5e2f0f5b /.github
parent375b3cf285078224d013437eed0bc4b0f75ba35b (diff)
Only run the script once per release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-binary-packages.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build-binary-packages.yml b/.github/workflows/build-binary-packages.yml
index 0931dce0e..ccc7dd7d7 100644
--- a/.github/workflows/build-binary-packages.yml
+++ b/.github/workflows/build-binary-packages.yml
@@ -2,7 +2,8 @@ name: Build Binary Packages
on:
workflow_dispatch:
- release:
+ release:
+ types: ["created"]
jobs: