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 }}