Skip to content

Commit

Permalink
Update latex-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madvid committed Nov 29, 2022
1 parent a3f4ef8 commit 8733cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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')" || "contains(github.ref, 'closing')"
if: "contains(github.ref, 'master') || contains(github.ref, 'closing')"
steps:
- name: checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 8733cb2

Please sign in to comment.