Skip to content

Commit 1062156

Browse files
authored
ci: Add workflow_dispatch trigger to build-and-push.yaml
1 parent 8f85e07 commit 1062156

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
tags:
66
- 'v*'
7-
7+
workflow_dispatch:
8+
89
jobs:
910
build_and_push:
1011
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)