Update github action to run on release
This commit is contained in:
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@@ -1,8 +1,11 @@
|
||||
name: Publish Docker
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["release"]
|
||||
release:
|
||||
types:
|
||||
- released
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build_and_publish_platform_containers:
|
||||
|
Reference in New Issue
Block a user