From bc1939f8a2e60b2b7cba90699909a9605677751c Mon Sep 17 00:00:00 2001 From: bd_ Date: Sat, 7 Oct 2023 21:26:11 +0900 Subject: [PATCH] ci: trigger docs release when releases are released --- .github/workflows/deploy-pages.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 9bb89c7e..e137142b 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -5,7 +5,12 @@ on: - ci - main - dev - workflow_dispatch: + workflow_dispatch: + release: + types: + - released + - unpublished + - edited permissions: contents: read