From 38f5a24cc16ed39cda3b124abd384aa3c8985755 Mon Sep 17 00:00:00 2001 From: baloola Date: Thu, 12 Oct 2023 10:42:32 +0200 Subject: [PATCH] add issue editing as action trigger --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index b09a3b00..08add07a 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -7,7 +7,7 @@ on: branches: - main issues: - types: [opened, labeled, unlabeled] + types: [opened, labeled, unlabeled, edited] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: