From 604b3ff1a801af2dfffbce735ea801fbc88f6d7a Mon Sep 17 00:00:00 2001 From: Olivier NOUGUIER Date: Thu, 26 Sep 2024 23:14:38 +0200 Subject: [PATCH] Remove markdown files from triggering the website workflow --- .github/workflows/website.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 28ac6a4..2033429 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -5,8 +5,6 @@ on: # Runs on pushes targeting the default branch push: branches: ["master", "website"] - paths-ignore: - - "**/*.md" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: