Skip to content

Commit

Permalink
github action ignore main branch
Browse files Browse the repository at this point in the history
Merging annotator PRs into main will be detected as pushes to main if there are added/modified files. But we don't need to run the action in that case: we can assume that these merges already contain .tex/.pdf files generated when action is run on PR branch.
  • Loading branch information
bwaldon authored Aug 3, 2024
1 parent 2ee7506 commit af61d33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tex-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
paths:
- datasets/oneoff/*.cgel
branches-ignore:
- main

jobs:
render:
Expand Down

0 comments on commit af61d33

Please sign in to comment.