From 4ac237e69948619ae3d2c7eeb622c10990b3c936 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 5 Nov 2024 17:54:29 +0100 Subject: [PATCH] ci: documentation action should run on a new tag as well --- .github/workflows/documentation.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2186fd16..b1bb541d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -27,6 +27,10 @@ on: branches: - master - main + label: + types: + - created + - edited permissions: contents: write jobs: