Skip to content

Commit

Permalink
on push branches only
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwiglierhammer committed Nov 27, 2024
1 parent a8918a2 commit 01a9dae
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
push:
branches:
- "*"
pull_request:
branches:
- "*"

permissions:
contents: read
Expand All @@ -27,10 +24,3 @@ jobs:
latexmk_use_lualatex: true
- name: Commit and push PDF
uses: stefanzweifel/git-auto-commit-action@v5
# run: |
# git config --global user.name "GitHub Actions"
# git config --global user.email "[email protected]"
# #git pull origin ${{ github.head_ref || github.ref_name }}
# git add mug_document_src/main.pdf
# git commit -m "Update current version of the Marine User Guide" || echo "No changes to commit"
# git push origin HEAD:${{ github.head_ref || github.ref_name }}

0 comments on commit 01a9dae

Please sign in to comment.