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 a3f4ef8 commit 8733cb2Copy full SHA for 8733cb2
.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')" || "contains(github.ref, 'closing')"
+ if: "contains(github.ref, 'master') || contains(github.ref, 'closing')"
40
steps:
41
- name: checkout repo
42
uses: actions/checkout@v2
0 commit comments