From be72f719a5a3a53e5152497190b043c5fdaa9fad Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Tue, 18 Jun 2024 21:51:05 +0200 Subject: [PATCH] Move inputs under workflow_dispatch --- .github/workflows/build-winuae-binary.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-winuae-binary.yml b/.github/workflows/build-winuae-binary.yml index e6f907f2..5a0ba42b 100644 --- a/.github/workflows/build-winuae-binary.yml +++ b/.github/workflows/build-winuae-binary.yml @@ -2,13 +2,7 @@ name: Build WinUAE binary on: workflow_dispatch: - push: - branches: - - master - pull_request: - branches: - - master - inputs: + inputs: Configuration: descripion: "Type of binary build" required: true @@ -26,6 +20,12 @@ on: options: - Win32 - x64 + push: + branches: + - master + pull_request: + branches: + - master env: SOLUTION_FILE_PATH: od-win32\\winuae_msvc15 -- 2.47.3