We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305f23d commit a3f4ef8Copy full SHA for a3f4ef8
.github/workflows/latex-builder.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-latest
37
container:
38
image: blang/latex:ubuntu
39
- if: "contains(github.ref, 'master')"
+ if: "contains(github.ref, 'master')" || "contains(github.ref, 'closing')"
40
steps:
41
- name: checkout repo
42
uses: actions/checkout@v2
@@ -107,4 +107,4 @@ jobs:
107
upload_url: ${{ steps.create_release.outputs.upload_url }}
108
asset_path: /module09.pdf
109
asset_name: module09.pdf
110
- asset_content_type: application/pdf
+ asset_content_type: application/pdf
0 commit comments