From 2e61a1d44a3b8b037d27376d7175bcef4e7020f1 Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Fri, 10 Mar 2023 18:13:54 -0500 Subject: [PATCH] Tweaked the Docker image build workflow to not be exclusive to only the master branch. --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 8ef7287..6cb452e 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -42,7 +42,7 @@ jobs: - name: Docker Image Build uses: docker/build-push-action@v2 - if: github.ref == 'refs/heads/master' + #if: github.ref == 'refs/heads/master' with: context: ./ file: ./docker/Dockerfile