From 2edcbb452ee30bb173518e51f28f7c192dc070e3 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 17 Aug 2023 11:23:52 -0400 Subject: [PATCH] CI: trigger website job when testing modifications to the website job --- .github/workflows/website.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 1b0ed8465..2c76d8784 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -10,9 +10,11 @@ on: branches: - master paths: + - .github/workflows/website.yml - docs/** pull_request: paths: + - .github/workflows/website.yml - docs/** workflow_dispatch: release: