Update publish.yml
This commit is contained in:
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@@ -4,8 +4,12 @@ on:
|
|||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- released
|
- released
|
||||||
branches:
|
workflow_dispatch:
|
||||||
- main
|
inputs:
|
||||||
|
branch:
|
||||||
|
description: "Branch to run the action on"
|
||||||
|
default: "main"
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_publish_platform_containers:
|
build_and_publish_platform_containers:
|
||||||
|
Reference in New Issue
Block a user