diff options
| author | Robin ALEXANDER <64310405+colisee@users.noreply.github.com> | 2022-09-26 15:19:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-26 15:19:59 +0200 |
| commit | f35ef63ea66ae29ef1ebf6cca4995b45e5f896e2 (patch) | |
| tree | 6a406dd88b0c881139ab02b7df80073a20c7e5ad | |
| parent | 6c803cf2cb2c81a71d09220517cf8065722419ad (diff) | |
| download | mmbtools-doc-f35ef63ea66ae29ef1ebf6cca4995b45e5f896e2.tar.gz mmbtools-doc-f35ef63ea66ae29ef1ebf6cca4995b45e5f896e2.tar.bz2 mmbtools-doc-f35ef63ea66ae29ef1ebf6cca4995b45e5f896e2.zip | |
Remove build condition & fix syntax error
| -rw-r--r-- | .github/workflows/build-pdf.yml | 3 |
1 files changed, 1 insertions, 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 |
