Explorar el Código

[CI] add ability to run workflow manually

Andrey Filipenkov hace 3 años
padre
commit
861df6fe71
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/github.yml

+ 1 - 0
.github/workflows/github.yml

@@ -7,6 +7,7 @@ on:
   pull_request:
   schedule:
     - cron: '0 2 * * *'
+  workflow_dispatch:
 
 env:
   # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)