From bc4426ea6dff006263c198cc47bcc9cd7101f124 Mon Sep 17 00:00:00 2001 From: Darrel Pol Date: Sun, 3 Nov 2024 19:08:59 -0600 Subject: [PATCH] Update on_push_deploy_to_staging.yaml --- .github/workflows/on_push_deploy_to_staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_push_deploy_to_staging.yaml b/.github/workflows/on_push_deploy_to_staging.yaml index 1e02583fc..38044a78a 100644 --- a/.github/workflows/on_push_deploy_to_staging.yaml +++ b/.github/workflows/on_push_deploy_to_staging.yaml @@ -6,7 +6,7 @@ on: - master paths: - ".github/workflows/on_push_deploy_to_staging.yaml" - + # TODO: Decide if we want to add other file changes here. jobs: deploy: runs-on: ubuntu-latest