From 4bd17b8a4c8f1b38cd7f42c0e302fcf27a1cb414 Mon Sep 17 00:00:00 2001 From: "D. Neykov" Date: Thu, 13 Apr 2023 23:44:43 +0200 Subject: [PATCH] Disable automatic build & release --- .github/workflows/cmake.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index af28268..7ccf7cf 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,7 +1,6 @@ name: CMake on: - push: workflow_dispatch: inputs: relName: @@ -12,7 +11,6 @@ on: description: 'Release tag' required: true default: "" - pull_request: env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)