Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed May 20, 2024
1 parent 697a4e5 commit 9d3e2f7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: Webiste CI
on:
pull_request:
paths:
branches: [development]
- "/apps/site/**"
- "/packages/theme/**"
- "/packages/site-ui/**"
push:
branches: [development]
paths:
- "/apps/site/**"
- "/packages/theme/**"
- "/packages/site-ui/**"
paths:
- "/apps/site/**"
- "/packages/theme/**"
- "/packages/site-ui/**"

jobs:
linting:
Expand Down

0 comments on commit 9d3e2f7

Please sign in to comment.