fix GitHub workflows, these should never run automatically;

pull/12/head
Bryan Biedenkapp 4 years ago
parent 2f91715752
commit a71d00a09d

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.