diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8155fe55cac9..93831ad347da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: name: Publish to Docker Hub needs: test runs-on: ubuntu-latest - if: github.ref == 'refs/heads/dev' && github.repository_owner == 'nightscout' + if: (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev') && github.repository_owner == 'nightscout' env: DOCKER_IMAGE: nightscout/cgm-remote-monitor PLATFORMS: linux/amd64,linux/arm64