Skip to content

Commit fbbf1bb

Browse files
committed
Add workflow_dispatch trigger to GitHub Actions build and push workflow
1 parent 99089d7 commit fbbf1bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
tags: [ 'v*.*.*' ]
88
pull_request:
99
branches: [ "main" ]
10+
workflow_dispatch:
1011

1112
env:
1213
# Use docker.io for Docker Hub if needed

0 commit comments

Comments
 (0)