1
0
Fork 0
mirror of https://github.com/IRS-Public/direct-file.git synced 2025-06-27 20:25:52 +00:00

Merge pull request #4 from cjhskippy/ci-on-all-pushes

Run fact graph tests on all pushes that modify the fact-graph-scala directory
This commit is contained in:
Skippy Williams 2025-06-20 18:59:36 -07:00 committed by GitHub
commit 71c0902785
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,8 @@ on:
push: push:
paths: paths:
- 'direct-file/fact-graph-scala/**' - 'direct-file/fact-graph-scala/**'
branches: [main] branches:
- "**"
pull_request: pull_request:
paths: paths:
- 'direct-file/fact-graph-scala/**' - 'direct-file/fact-graph-scala/**'