From d69a8665cebd1bcfe93665c3b806d388db4802c0 Mon Sep 17 00:00:00 2001 From: Rana <45353158+KleinRana@users.noreply.github.com> Date: Mon, 7 Mar 2022 16:44:12 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03cdfd9..3112a91 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v2 - name: Build and push Docker images - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' uses: docker/build-push-action@v1 with: username: ${{ secrets.DOCKER_USERNAME }}