Skip to content

Commit a3f4ef8

Browse files
authored
Update latex-builder.yml
1 parent 305f23d commit a3f4ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/latex-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
container:
3838
image: blang/latex:ubuntu
39-
if: "contains(github.ref, 'master')"
39+
if: "contains(github.ref, 'master')" || "contains(github.ref, 'closing')"
4040
steps:
4141
- name: checkout repo
4242
uses: actions/checkout@v2
@@ -107,4 +107,4 @@ jobs:
107107
upload_url: ${{ steps.create_release.outputs.upload_url }}
108108
asset_path: /module09.pdf
109109
asset_name: module09.pdf
110-
asset_content_type: application/pdf
110+
asset_content_type: application/pdf

0 commit comments

Comments
 (0)