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: on:
workflow_dispatch: workflow_dispatch:
push: #push:
branches: [ "main" ] # branches: [ "main" ]
pull_request: #pull_request:
branches: [ "main" ] # branches: [ "main" ]
jobs: jobs:
build: build:
@@ -35,3 +35,4 @@ jobs:
path: | path: |
${{github.workspace}}/*.deb ${{github.workspace}}/*.deb
${{github.workspace}}/*.ddeb ${{github.workspace}}/*.ddeb
../*.deb