From ceba310fd8b20ea9a4e15c802f1708a21b5af76f Mon Sep 17 00:00:00 2001 From: Mick McGrath Date: Tue, 13 Sep 2022 13:52:11 -0400 Subject: [PATCH] fix name of task for deploying dev --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index eecf522..fc16732 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -25,7 +25,7 @@ jobs: # https://github.com/bitovi/github-actions-bitops-ci-cd - deploy-build-tools: + deploy-dev: # only deploy if not pull request if: github.event_name != 'pull_request' needs: [test]