From 9ff8f8d5c828310f5ee59e0bb9e0cef090cc1260 Mon Sep 17 00:00:00 2001 From: Jeremy Magland Date: Tue, 9 Apr 2024 16:22:46 -0400 Subject: [PATCH] update workflow --- .github/workflows/integration_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 00f1071..c130856 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -1,9 +1,9 @@ name: integration tests on: - - push - - pull_request - - workflow_dispatch: # Allows manual triggering of the workflow + push: + pull_request: + workflow_dispatch: jobs: build: