Skip to content

Commit 5b30160

Browse files
committed
Force trigger first time manual workflow
1 parent d79f225 commit 5b30160

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/manual_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build image (manual)
22

33
on:
4+
push:
45
workflow_dispatch:
56
inputs:
67
image:
@@ -22,7 +23,7 @@ on:
2223
description: Push the image to Docker Hub?
2324

2425
jobs:
25-
greet:
26+
build:
2627
runs-on: ubuntu-latest
2728

2829
steps:

0 commit comments

Comments
 (0)