Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Jan 6, 2025
1 parent 4567f11 commit ce8ef7b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/forester-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ name: forester-tests
on:
push:
branches: [main]
paths: &paths
paths:
- "forester/**"
- "forester-utils/**"
- "photon-api/**"
- ".github/workflows/forester-tests.yml"
pull_request:
branches: ["**"]
paths: *paths
paths:
- "forester/**"
- "forester-utils/**"
- "photon-api/**"
- ".github/workflows/forester-tests.yml"
types: [opened, synchronize, reopened, ready_for_review]

concurrency:
Expand Down Expand Up @@ -47,7 +51,7 @@ jobs:
run: |
df -h /
du -sh /home/runner/work/* | sort -hr | head -n 10
- name: Build Light CLI
- name: Build CLI
run: |
source ./scripts/devenv.sh
npx nx build @lightprotocol/zk-compression-cli
Expand Down

0 comments on commit ce8ef7b

Please sign in to comment.