Skip to content

Commit

Permalink
ci: ensure pages build on push and workflow_dispatch
Browse files Browse the repository at this point in the history
Fixes issue where pages were not being built after merging to the main
branch.

Signed-off-by: Michael Adler <[email protected]>
  • Loading branch information
michaeladler committed Feb 1, 2025
1 parent cac2688 commit 2847fb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
# Author: Michael Adler <[email protected]>
---
name: Pages
on:
pull_request:
on: [push, pull_request, workflow_dispatch]

permissions:
contents: write
Expand Down

0 comments on commit 2847fb1

Please sign in to comment.