Disable on push and pull building for ubuntu

This commit is contained in:
oxmc
2024-05-09 20:22:38 -07:00
committed by GitHub
parent 2b60aac270
commit 2a8b279290

View File

@@ -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