Only build container on GitHub releases, not tests

pull/483/head
dgtlmoon 3 years ago
parent 9fc291fb63
commit 82d1a7f73e

@ -2,11 +2,11 @@ name: Build and push containers
on:
# Automatically triggered by a testing workflow passing, but this is only checked when it lands in the `master`/default branch
workflow_run:
workflows: ["ChangeDetection.io Test"]
branches: [master]
tags: ['0.*']
types: [completed]
# workflow_run:
# workflows: ["ChangeDetection.io Test"]
# branches: [master]
# tags: ['0.*']
# types: [completed]
# Or a new tagged release
release:

Loading…
Cancel
Save