Skip to content

Commit

Permalink
Merge pull request #10 from colisee/master
Browse files Browse the repository at this point in the history
Update build-pdf github action
  • Loading branch information
colisee authored Sep 26, 2022
2 parents 6c803cf + ba28487 commit 1224aa3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1224aa3

Please sign in to comment.