From f35ef63ea66ae29ef1ebf6cca4995b45e5f896e2 Mon Sep 17 00:00:00 2001 From: Robin ALEXANDER <64310405+colisee@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:19:59 +0200 Subject: Remove build condition & fix syntax error --- .github/workflows/build-pdf.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-pdf.yml b/.github/workflows/build-pdf.yml index 29554b5..afc57a1 100644 --- a/.github/workflows/build-pdf.yml +++ b/.github/workflows/build-pdf.yml @@ -2,14 +2,13 @@ name: build-pdf on: push: branches: - - master + - 'master' paths-ignore: - '**build-pdf.yml' workflow_dispatch: jobs: build: - if: github.event.pull_request.merged == true || github.event_name != 'pull_request' runs-on: ubuntu-latest steps: # Checks-out the master branch of this repository -- cgit v1.2.3