Skip to content

Commit

Permalink
Use paths-ignore in docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sankichi92 committed Nov 6, 2024
1 parent c114b41 commit 8bf9f8f
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@ name: Documentation
on:
push:
branches: ["main"]
paths:
- book.toml
- custom.css
- docs/**
- proto/**
- .github/workflows/docs.yml
paths-ignore:
- client-ui/**
- .github/workflows/client-ui.yml
pull_request:
branches: ["main"]
paths:
- book.toml
- custom.css
- docs/**
- proto/**
- .github/workflows/docs.yml
paths-ignore:
- client-ui/**
- .github/workflows/client-ui.yml

jobs:
build:
Expand Down

0 comments on commit 8bf9f8f

Please sign in to comment.