Skip to content

Commit

Permalink
Add 'release' event to 'github-pages' workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
og-mrk committed Jul 28, 2024
1 parent a6bc7ca commit d923e34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit d923e34

Please sign in to comment.