aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin ALEXANDER <64310405+colisee@users.noreply.github.com>2022-09-26 15:28:27 +0200
committerGitHub <noreply@github.com>2022-09-26 15:28:27 +0200
commit1224aa3206a460eb20b5f6cf3928d493660490f4 (patch)
tree0de7706e15bb70049af5289a74c1b74e47898d2f
parent6c803cf2cb2c81a71d09220517cf8065722419ad (diff)
parentba28487f3464a6aa8da330db7d37b69dbc3708de (diff)
downloadmmbtools-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.yml5
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