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