Skip to content

Commit

Permalink
Update docker-publish.yml to allow manual triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusnasstrom authored Mar 14, 2024
1 parent 47869d5 commit 2f887cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

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

0 comments on commit 2f887cd

Please sign in to comment.