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 Sep 13, 2022
1 parent 9db9acf commit 94ff82e
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 94ff82e

Please sign in to comment.