Only build container on GitHub releases, not tests

pull/483/head
dgtlmoon 2022-03-20 16:57:36 +01:00
rodzic 9fc291fb63
commit 82d1a7f73e
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

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