Skip to content

Commit

Permalink
feat: specifies the directory of the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chaxus committed Apr 27, 2024
1 parent 194174a commit 9977050
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: CI
on:
pull_request:
branches: main
paths:
- 'packages/docs/**'
push:
branches: main
paths:
- 'packages/docs/**'
jobs:
lint:
if: github.repository == 'chaxus/ran'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pages-build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
paths:
- 'packages/docs/**'
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9977050

Please sign in to comment.