Skip to content

Commit

Permalink
Run job on master or dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
p5nbTgip0r committed Jun 4, 2021
1 parent 4a3f322 commit 16b4358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16b4358

Please sign in to comment.