mirror of
https://github.com/IRS-Public/direct-file.git
synced 2025-06-27 20: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:
parent
66dff589e9
commit
6b19d54b02
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- 'direct-file/fact-graph-scala/**'
|
||||
branches: [main]
|
||||
branches:
|
||||
- "**"
|
||||
pull_request:
|
||||
paths:
|
||||
- 'direct-file/fact-graph-scala/**'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue