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
|
name: Publish Docker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
release:
|
||||||
branches: ["release"]
|
types:
|
||||||
|
- released
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_publish_platform_containers:
|
build_and_publish_platform_containers:
|
||||||
|
Reference in New Issue
Block a user