Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
CI: run on workflow changes
  • Loading branch information
jacksonthall22 committed Dec 17, 2025
commit 626db33ff75e808bb6b491d45ca3b85faf15c8ce
2 changes: 2 additions & 0 deletions .github/workflows/render-resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
paths:
- "resume.latex"
- ".github/workflows/render-resume.yml"
- "**/*.latex"
- "**/*.tex"
- "**/*.sty"
Expand All @@ -13,6 +14,7 @@ on:
pull_request:
paths:
- "resume.latex"
- ".github/workflows/render-resume.yml"
- "**/*.latex"
- "**/*.tex"
- "**/*.sty"
Expand Down