From 0c5de0708a7e103ee04cab1e6cd34bdc8ddbf573 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 15 Jan 2024 08:02:15 +0100 Subject: [PATCH] github-actions: run workflow if release is created --- .github/workflows/test-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 2b4f0454c..9ce32af08 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -6,6 +6,7 @@ on: - devel - deploy pull_request: + release: permissions: contents: read