diff options
author | Alystrasz <contact@remyraes.com> | 2022-08-08 17:27:40 +0200 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2022-08-08 17:27:40 +0200 |
commit | 756dc0d11e9760e54b3f7632057caa3d45fe962f (patch) | |
tree | 442a5f5ba87f1dc04637cba4a33c9c1f92c9d9f1 /.github/workflows | |
parent | 88032fc36ea000dd5c7dcf01c93286cdcabcd5d7 (diff) | |
download | Viper-756dc0d11e9760e54b3f7632057caa3d45fe962f.tar.gz Viper-756dc0d11e9760e54b3f7632057caa3d45fe962f.zip |
fix: run release CI on published release
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release_builds.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release_builds.yml b/.github/workflows/release_builds.yml index 7c44a46..f00c834 100644 --- a/.github/workflows/release_builds.yml +++ b/.github/workflows/release_builds.yml @@ -1,6 +1,7 @@ name: Release CI on: - release + release: + types: [published] jobs: build-windows: name: "Create Windows development builds" |