Skip to content

Commit

Permalink
- Disable docker publish action for merge requests, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chrivers committed Sep 14, 2024
1 parent 513006b commit 7d7938d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches: [ "master" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "master" ]
# pull_request:
# branches: [ "master" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit 7d7938d

Please sign in to comment.