From 216b891fea461a37fd6a46efcdcbd690a042cb4d Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 11 Feb 2025 01:43:12 +0000 Subject: [PATCH] tmp --- .github/workflows/ci-build.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8805550968f..80e36f97e04 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -2,9 +2,14 @@ name: CI - Build on: pull_request: - push: - branches: - - master +# push: +# branches: +# - master + workflow_dispatch: + inputs: + ref: + description: 'Ref to build (for Pull Requests, use refs/pull/NNN/head)' + required: true env: CTEST_OUTPUT_ON_FAILURE: 1