Skip to content

Commit

Permalink
Update latex-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madvid authored Nov 29, 2022
1 parent 305f23d commit a3f4ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latex-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: blang/latex:ubuntu
if: "contains(github.ref, 'master')"
if: "contains(github.ref, 'master')" || "contains(github.ref, 'closing')"
steps:
- name: checkout repo
uses: actions/checkout@v2
Expand Down Expand Up @@ -107,4 +107,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: /module09.pdf
asset_name: module09.pdf
asset_content_type: application/pdf
asset_content_type: application/pdf

0 comments on commit a3f4ef8

Please sign in to comment.