Update publish.yml

This commit is contained in:
KMKoushik
2024-06-25 06:01:58 +10:00
parent d5372d2340
commit 255bba726b

View File

@@ -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: