From ee2fec1ca14e0d2044d99225ecf55c572555533e Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Wed, 31 May 2023 14:15:19 +1200 Subject: [PATCH] feat: update release types add more! Signed-off-by: Caleb Woodbine --- .github/workflows/go-container-apps.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-container-apps.yml b/.github/workflows/go-container-apps.yml index f8cfd1c..aae58cc 100644 --- a/.github/workflows/go-container-apps.yml +++ b/.github/workflows/go-container-apps.yml @@ -5,7 +5,11 @@ on: pull_request: {} schedule: - cron: "0 0 * * *" - release: {} + release: + types: + - published + - created + - released workflow_dispatch: {} permissions: