From ab5de031e308bac303e32789bd49c0a045c5ead5 Mon Sep 17 00:00:00 2001 From: Christian Visintin Date: Mon, 8 Jun 2026 15:48:46 +0200 Subject: [PATCH] ci(site): always run site --- .github/workflows/site.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 1a86abd..c5c9062 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -2,14 +2,9 @@ name: Site on: pull_request: - paths: - - "site/**" - - ".github/workflows/site.yml" + branches: [main] push: - branches: [ main ] - paths: - - "site/**" - - ".github/workflows/site.yml" + branches: [main] permissions: contents: read