Update cmake.yml
This commit is contained in:
parent
9695e0f295
commit
1ddf974a3b
1 changed files with 4 additions and 1 deletions
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
|
@ -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.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue