]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Update build-winuae-binary.yml
authorDimitris Panokostas <midwan@gmail.com>
Tue, 18 Jun 2024 19:53:09 +0000 (21:53 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2024 19:53:09 +0000 (21:53 +0200)
.github/workflows/build-winuae-binary.yml

index 5a0ba42bbce9b43425fe482c8ede17bafa996907..d124b938ed7db567bbbd040d09852147fc196915 100644 (file)
@@ -2,13 +2,13 @@ name: Build WinUAE binary
 
 on:
   workflow_dispatch:
-      inputs:
+    inputs:
       Configuration:
-        descripion: "Type of binary build"
-        required: true
-        default: "Test"
-        type: choice
-        options:
+      descripion: "Type of binary build"
+      required: true
+      default: "Test"
+      type: choice
+      options:
         - Release
         - Test
         - FullRelease
@@ -20,13 +20,6 @@ on:
         options:
         - Win32
         - x64
-  push:
-    branches: 
-      - master
-  pull_request:
-    branches:
-      - master
-
 env:
   SOLUTION_FILE_PATH: od-win32\\winuae_msvc15
 
@@ -76,4 +69,4 @@ jobs:
     - uses: actions/upload-artifact@v4
       with:
         name: WinUAE ${{ inputs.Platform }} ${{ inputs.Configuration }}
-        path: D:\\Amiga
\ No newline at end of file
+        path: D:\\Amiga