diff options
author | Alystrasz <contact@remyraes.com> | 2022-08-09 10:54:52 +0200 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2022-08-09 10:54:52 +0200 |
commit | 58b3ad7bab848f608d5b5f4f319de1da519eacd0 (patch) | |
tree | eaf88207284c05e4f504fe43f1e4f94a79b77274 | |
parent | 756dc0d11e9760e54b3f7632057caa3d45fe962f (diff) | |
download | Viper-58b3ad7bab848f608d5b5f4f319de1da519eacd0.tar.gz Viper-58b3ad7bab848f608d5b5f4f319de1da519eacd0.zip |
fix: try to run release CI on release creation
-rw-r--r-- | .github/workflows/release_builds.yml | 2 |
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" |