Skip to content

Commit ae198d9

Browse files
committed
Add workflow_dispatch trigger for manual runs
1 parent 9935531 commit ae198d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches: [main]
99
release:
1010
types: [published]
11+
workflow_dispatch:
1112

1213
env:
1314
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)