Skip to content

Commit

Permalink
check all
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 13, 2024
1 parent 26f03bf commit 25f8416
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/latexmk.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: latexmk
on:
push:
branches: master
branches:
- master
pull_request:
branches:
- master
jobs:
latexmk:
runs-on: ubuntu-22.04
Expand All @@ -16,3 +20,4 @@ jobs:
branch: gh-pages
folder: package
clean: false
if: github.ref == 'refs/heads/master'

0 comments on commit 25f8416

Please sign in to comment.