From 5d8343aa9f34ff94329550981994ca2380d66ba3 Mon Sep 17 00:00:00 2001 From: Tyrone Faulhaber <20131658+spectrapulse@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:32:19 +0200 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c6e74eaef..1b0566662 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,10 +1,11 @@ name: Integration on: - push: - branches: ["master"] - pull_request: - branches: ["master"] + workflow_dispatch: + # push: + # branches: ["master"] + # pull_request: + # branches: ["master"] permissions: contents: read