aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release_builds.yml
diff options
context:
space:
mode:
authorAlystrasz <contact@remyraes.com>2022-08-09 10:54:52 +0200
committerAlystrasz <contact@remyraes.com>2022-08-09 10:54:52 +0200
commit58b3ad7bab848f608d5b5f4f319de1da519eacd0 (patch)
treeeaf88207284c05e4f504fe43f1e4f94a79b77274 /.github/workflows/release_builds.yml
parent756dc0d11e9760e54b3f7632057caa3d45fe962f (diff)
downloadViper-58b3ad7bab848f608d5b5f4f319de1da519eacd0.tar.gz
Viper-58b3ad7bab848f608d5b5f4f319de1da519eacd0.zip
fix: try to run release CI on release creation
Diffstat (limited to '.github/workflows/release_builds.yml')
-rw-r--r--.github/workflows/release_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_builds.yml b/.github/workflows/release_builds.yml
index f00c834..4bafde3 100644
--- a/.github/workflows/release_builds.yml
+++ b/.github/workflows/release_builds.yml
@@ -1,7 +1,7 @@
name: Release CI
on:
release:
- types: [published]
+ types: [ created ]
jobs:
build-windows:
name: "Create Windows development builds"