From 26e793a33693275fe69cd46f20859f699f4b00af Mon Sep 17 00:00:00 2001 From: Alexander Bejarano Date: Fri, 1 Nov 2024 21:53:56 +0100 Subject: [PATCH] Update linux-x64-build.yml --- .github/workflows/linux-x64-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-x64-build.yml b/.github/workflows/linux-x64-build.yml index 8a14722..7030910 100644 --- a/.github/workflows/linux-x64-build.yml +++ b/.github/workflows/linux-x64-build.yml @@ -1,7 +1,7 @@ name: linux 64 bit build on: workflow_dispatch: - push: +# push: jobs: build: runs-on: ubuntu-22.04