Skip to content

Commit

Permalink
feat(repo): ignore changes to docs for build (#343)
Browse files Browse the repository at this point in the history
* feat(repo): ignore changes to docs for build

* ignore docs openapi workflow
  • Loading branch information
RogerLamTd authored Aug 14, 2024
1 parent 4235d32 commit b901ce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:
- "host/**"
- "lib/**"
- "script/**"
- "!docs/**"
pull_request:
paths:
- "host/**"
- "lib/**"
- "script/**"
- "!docs/**"
merge_group:

env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/openapi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: OpenAPI
on:
push:
branches: ["main"]
paths-ignore:
- "docs/**"
pull_request:
merge_group:

Expand Down

0 comments on commit b901ce6

Please sign in to comment.