From 2a8b279290fc4e1aea7fdb858de4e245ff4257fb Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Thu, 9 May 2024 20:22:38 -0700 Subject: [PATCH] Disable on push and pull building for ubuntu --- .github/workflows/build-ubuntu-deb.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-ubuntu-deb.yml b/.github/workflows/build-ubuntu-deb.yml index 3fec875..3c8e57d 100644 --- a/.github/workflows/build-ubuntu-deb.yml +++ b/.github/workflows/build-ubuntu-deb.yml @@ -2,10 +2,10 @@ name: Build Ubuntu .deb on: workflow_dispatch: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + #push: + # branches: [ "main" ] + #pull_request: + # branches: [ "main" ] jobs: build: @@ -35,3 +35,4 @@ jobs: path: | ${{github.workspace}}/*.deb ${{github.workspace}}/*.ddeb + ../*.deb