From e46b5d0cd7f49b086c4ea0f1a73f9471b8fe416c Mon Sep 17 00:00:00 2001 From: Eoin O'Brien Date: Tue, 2 Jul 2024 16:46:14 +0100 Subject: [PATCH] change action name, add environment, add need on test --- .github/workflows/build_test_and_release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_test_and_release.yml b/.github/workflows/build_test_and_release.yml index 0437639..34b60a0 100644 --- a/.github/workflows/build_test_and_release.yml +++ b/.github/workflows/build_test_and_release.yml @@ -1,4 +1,4 @@ -name: Build and Test +name: Build, Test and Deploy on: push: @@ -36,6 +36,8 @@ jobs: build-and-deploy: runs-on: ubuntu-latest + needs: build-and-test + environment: production steps: - name: Checkout uses: actions/checkout@v4