Skip to content

Commit

Permalink
fix CI include path
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b authored and zh-jq committed Mar 3, 2024
1 parent 53bd454 commit dcbec49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'doc/**'
- 'demo/**'
- 'scripts/**'
- 'g3proxy/doc/*'
- 'g3proxy/doc/**'

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'doc/**'
- 'demo/**'
- 'scripts/**'
- 'g3proxy/doc/*'
- 'g3proxy/doc/**'

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Sphinx-Build
on:
push:
paths:
- "g3proxy/doc"
- 'g3proxy/doc/**'

jobs:
g3proxy:
Expand Down

0 comments on commit dcbec49

Please sign in to comment.