From d923e34a3e6b6103c0501fc5e386a44bd0ab7e57 Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Sun, 28 Jul 2024 08:54:39 +0300 Subject: [PATCH] Add 'release' event to 'github-pages' workflow --- .github/workflows/github-pages.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index ef063cd468..19d06817f2 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -1,5 +1,7 @@ name: GitHub Pages Deploy on: + release: + types: [edited, deleted] # Make sure changelog is up-to-date by updating it, and building GitHub Pages. workflow_dispatch: # Manual trigger added workflow_call: # Make this Working a re-usable one (can be called form another workflow)