Skip to content

Commit

Permalink
add path filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed May 20, 2024
1 parent 7c8f087 commit 697a4e5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/E2E.yml → .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: build breadchain.xyz
name: Webiste CI
on:
pull_request:
branches: [development]
push:
branches: [development]
paths:
- "/apps/site/**"
- "/packages/theme/**"
- "/packages/site-ui/**"

jobs:
linting:
Expand All @@ -23,7 +27,6 @@ jobs:
with:
node-version: 20
cache: "pnpm"
# run: pnpm site install

- name: Install Dependencies
run: pnpm site install
Expand Down

0 comments on commit 697a4e5

Please sign in to comment.