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)