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

Run fact graph tests on all pushes

Right now, if you push a change that fails CI, and then push a fix, CI doesn't check your work again, unless you open a new PR. This should let me see if a new push fixes an issue.
This commit is contained in:
Skippy Williams 2025-06-20 18:54:38 -07:00
parent 66dff589e9
commit 6b19d54b02

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/**'