From 2847fb16f7f453846431ec0c9c0bc818ad9192e2 Mon Sep 17 00:00:00 2001 From: Michael Adler Date: Sat, 1 Feb 2025 10:06:23 +0100 Subject: [PATCH] ci: ensure pages build on push and workflow_dispatch Fixes issue where pages were not being built after merging to the main branch. Signed-off-by: Michael Adler --- .github/workflows/pages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a7fd70d3..dbf562e2 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -5,8 +5,7 @@ # Author: Michael Adler --- name: Pages -on: - pull_request: +on: [push, pull_request, workflow_dispatch] permissions: contents: write