diff --git a/.github/workflows/dpkg.yml b/.github/workflows/dpkg.yml index 6b5c90a1..93de057e 100644 --- a/.github/workflows/dpkg.yml +++ b/.github/workflows/dpkg.yml @@ -2,12 +2,6 @@ name: dvmhost-build-dpkg # Controls when the workflow will run on: - # Triggers the workflow on push or pull request events but only for the master branch - push: -# branches: [ master ] - pull_request: -# branches: [ master ] - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index ccfe709b..c8fd3f48 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -2,10 +2,6 @@ name: dvmhost-build-tarball # Controls when the workflow will run on: - # Triggers the workflow on push or pull request events but only for the master branch - push: - pull_request: - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: