Skip to content

Commit 8733cb2

Browse files
authored
Update latex-builder.yml
1 parent a3f4ef8 commit 8733cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/latex-builder.yml

Lines changed: 1 addition & 1 deletion
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')" || "contains(github.ref, 'closing')"
39+
if: "contains(github.ref, 'master') || contains(github.ref, 'closing')"
4040
steps:
4141
- name: checkout repo
4242
uses: actions/checkout@v2

0 commit comments

Comments
 (0)