Update github action to run on release

This commit is contained in:
KMKoushik
2024-06-25 05:48:03 +10:00
parent 981ed74137
commit d5372d2340

View File

@@ -1,8 +1,11 @@
name: Publish Docker
on:
push:
branches: ["release"]
release:
types:
- released
branches:
- main
jobs:
build_and_publish_platform_containers: