Skip to content

Commit f488974

Browse files
ci: test the workflow []
1 parent bbaa8e2 commit f488974

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/sparrow-api-selfhost-publish.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: Self-host Docker Image
22
on:
3+
push:
4+
branches:
5+
- build/selfhost-image
36
workflow_dispatch:
4-
inputs:
5-
branch:
6-
description: "Git branch to build"
7-
required: true
8-
default: build/selfhost-image
9-
type: string
7+
# inputs:
8+
# branch:
9+
# description: "Git branch to build"
10+
# required: true
11+
# default: build/selfhost-image
12+
# type: string
1013

1114
permissions:
1215
contents: read

0 commit comments

Comments
 (0)