From caa8c12016250dac7a771dbdd507468878cc67b7 Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Mon, 12 Aug 2024 12:07:56 -0400 Subject: [PATCH] tests should run for changes in prod and have the option to run manually --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 964d0e25..f3842324 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,12 +1,15 @@ name: Run Docker build and tests on: + workflow_dispatch: push: branches: - master + - prod pull_request: branches: - master + - prod permissions: contents: read