Skip to content

Commit

Permalink
fix workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed May 20, 2024
1 parent 1481d00 commit 2f77685
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@ name: Website CI
on:
workflow_dispatch:
pull_request:
branches: [development]
branches:
- main
- development
paths:
- "/apps/site/**"
- "/packages/theme/**"
- "/packages/site-ui/**"
- "apps/site/**"
- "packages/theme/**"
- "packages/site-ui/**"
push:
branches: [development]
paths:
- "/apps/site/**"
- "/packages/theme/**"
- "/packages/site-ui/**"
- "apps/site/**"
- "packages/theme/**"
- "packages/site-ui/**"

jobs:
linting:
Expand Down

0 comments on commit 2f77685

Please sign in to comment.