diff options
| author | Robin ALEXANDER <64310405+colisee@users.noreply.github.com> | 2022-09-26 15:28:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-26 15:28:27 +0200 |
| commit | 1224aa3206a460eb20b5f6cf3928d493660490f4 (patch) | |
| tree | 0de7706e15bb70049af5289a74c1b74e47898d2f | |
| parent | 6c803cf2cb2c81a71d09220517cf8065722419ad (diff) | |
| parent | ba28487f3464a6aa8da330db7d37b69dbc3708de (diff) | |
| download | mmbtools-doc-1224aa3206a460eb20b5f6cf3928d493660490f4.tar.gz mmbtools-doc-1224aa3206a460eb20b5f6cf3928d493660490f4.tar.bz2 mmbtools-doc-1224aa3206a460eb20b5f6cf3928d493660490f4.zip | |
Merge pull request #10 from colisee/master
Update build-pdf github action
| -rw-r--r-- | .github/workflows/build-pdf.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build-pdf.yml b/.github/workflows/build-pdf.yml index 29554b5..fd71b4b 100644 --- a/.github/workflows/build-pdf.yml +++ b/.github/workflows/build-pdf.yml @@ -2,14 +2,11 @@ name: build-pdf on: push: branches: - - master - paths-ignore: - - '**build-pdf.yml' + - 'master' 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 |
