From d71e4cb2baaf2f2670aef4382b8fc7024e1a0a9d Mon Sep 17 00:00:00 2001 From: Sergii Dmytruk Date: Wed, 4 Oct 2023 14:44:54 +0300 Subject: [PATCH] .github/workflows/build.yml: run when a tag is pushed Signed-off-by: Sergii Dmytruk --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1cd16188a..5df3cc92cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,8 @@ on: push: branches: - 'aem*' + tags: + - '*' pull_request_target: branches: # this is to avoid running the workflow twice in a PR - 'aem*'