From 1ddf974a3b9cdff54d0e37c83518faa918b8f1a0 Mon Sep 17 00:00:00 2001 From: RedxLus Date: Sun, 17 Jan 2021 23:29:26 +0100 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 78f9d24a..12828679 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,6 +1,9 @@ name: CMake -on: [push] +on: + release: + # Solo usa la palabra clave de tipos para reducir los tipos de actividad que activarán tus flujos de trabajo. + types: [published, created, edited] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)