From 9c9ed931766e0eaf1c9ea6bb6fc244d563e9f55b Mon Sep 17 00:00:00 2001 From: ripps818 Date: Thu, 15 Feb 2024 13:09:12 -0600 Subject: [PATCH] Update docker-image.yml make it dispatch only --- .github/workflows/docker-image.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 6a3585a..fb634f5 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,10 +1,12 @@ name: Docker Image CI palworld-wine on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + workflow_dispatch: + branches: [ main ] + #push: + # branches: [ "main" ] + #pull_request: + # branches: [ "main" ] jobs: build: