From a01733bee510e6cbf901bd917b6526e2394ed221 Mon Sep 17 00:00:00 2001 From: William Diakite Date: Mon, 4 Dec 2023 16:03:53 -0500 Subject: [PATCH] remvoe dir check for debug --- .github/workflows/build_client.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_client.yml b/.github/workflows/build_client.yml index 8f92207..faeb87f 100644 --- a/.github/workflows/build_client.yml +++ b/.github/workflows/build_client.yml @@ -1,5 +1,6 @@ name: Trigger ouvroir's website build on: + push: workflow_dispatch: jobs: dispatch_event: @@ -7,14 +8,7 @@ jobs: permissions: write-all steps: - name: Post dispatch - if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && ( - contains(github.event.head_commit.modified, 'blog/') || - contains(github.event.head_commit.modified, 'equipe/') || - contains(github.event.head_commit.modified, 'cr/') || - contains(github.event.head_commit.modified, 'evenements/') || - contains(github.event.head_commit.modified, 'lab/') || - contains(github.event.head_commit.modified, 'projets/') - ) + if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') run: | curl -X POST \ -H "Accept: application/vnd.github+json" \