Skip to content

Commit

Permalink
Only publish on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
nathen418 committed Sep 1, 2022
1 parent 1fe93e2 commit 9bb583f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Publish Docker image to GitHub Package Registry
on: push
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9bb583f

Please sign in to comment.