From d378d392cb1788a879b9dd5b90904d24a9143130 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Mon, 14 Oct 2024 08:57:05 -0400 Subject: [PATCH] Remove path filter for website testing in 0.2 --- .github/workflows/deploy-website.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index e576ca1b4db9..4770c8d0d0dc 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -3,23 +3,14 @@ name: docs on: pull_request: branches: ["0.2"] - paths: - - "autogen/*" - - "website/*" - - ".github/workflows/deploy-website.yml" push: branches: ["0.2"] - paths: - - "autogen/*" - - "website/*" - - ".github/workflows/deploy-website.yml" workflow_dispatch: permissions: id-token: write pages: write jobs: checks: - if: github.event_name != 'push' runs-on: ubuntu-latest defaults: run: