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:
|
||||
types:
|
||||
- released
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
branch:
|
||||
description: "Branch to run the action on"
|
||||
default: "main"
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build_and_publish_platform_containers:
|
||||
|
Reference in New Issue
Block a user