File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ name: Java CI with Maven
1010
1111on :
1212 push :
13- branches : [ "master" ]
13+ branches : ["master"]
14+ paths : ["src/**"]
1415 pull_request :
15- branches : [ "master" ]
16+ branches : ["master"]
17+ paths : ["src/**"]
1618
1719jobs :
1820 build :
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ nav_order: 5
99This set of documents describes the Formulog language (as opposed to its current implementation).
1010Please raise a [ GitHub issue] ( https://github.com/HarvardPL/formulog/issues/new ) if anything is unclear, incomplete, or incorrect :)
1111
12- For an overview of Formulog and its motivations, we recommend checking out our [ publications] ({{ site.baseurl }}{% link pubs.md %}).
12+ For an overview of Formulog and its motivations, we recommend checking out our [ publications] ({{ site.base_url }}{% link pubs.md %}).
You can’t perform that action at this time.
0 commit comments