Skip to content

Commit

Permalink
ci: Do not run the ci if only the paper is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Yag000 committed Dec 9, 2024
1 parent 8629ad9 commit f277afe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: Build doc

on:
push:
# Do not run the ci if the only modified
# files are the latex document
paths-ignore:
- "jfla-paper/**"
pull_request:
paths-ignore:
- "jfla-paper/**"

jobs:
build:
Expand Down

0 comments on commit f277afe

Please sign in to comment.