Skip to content

Commit

Permalink
Reduce recsync ci to recsync folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomago committed Apr 18, 2024
1 parent ca716d4 commit 1a32971
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
name: recsync

# Trigger on pushes and PRs to any branch
on: [push, pull_request]
on:
push:
paths:
- client/**
pull_request:
paths:
- client/**

env:
SETUP_PATH: .ci-local:.ci
Expand Down

0 comments on commit 1a32971

Please sign in to comment.