Skip to content

Commit

Permalink
add workflow_dispatch to action
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemclaren authored Dec 1, 2023
1 parent f47c213 commit d063676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

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

0 comments on commit d063676

Please sign in to comment.