From 44756d2a3dde01d6bcf5e617a46982100158b593 Mon Sep 17 00:00:00 2001 From: Matt York Date: Mon, 5 Feb 2024 10:24:32 +0000 Subject: [PATCH] Changed all workflows to manual --- .github/workflows/ci-minimal.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-minimal.yml b/.github/workflows/ci-minimal.yml index 7493787fa..5735e3860 100644 --- a/.github/workflows/ci-minimal.yml +++ b/.github/workflows/ci-minimal.yml @@ -3,15 +3,18 @@ name: Java CI with Maven (minimal) -# The workflow will execute on Push / PR as well as manually running. on: - push: - branches: - - 'main' + workflow_dispatch: - pull_request: - branches: - - 'main' +# # The workflow will execute on Push / PR as well as manually running. +# on: +# push: +# branches: +# - 'main' + +# pull_request: +# branches: +# - 'main' # The actual workflow jobs. I've split some of these up to