Skip to content

Commit

Permalink
Minor fixes (#93)
Browse files Browse the repository at this point in the history
* Run Maven workflow only on source changes.

* Fix link.
  • Loading branch information
aaronbembenek authored Oct 17, 2024
1 parent 4a4efaa commit f7149bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ name: Java CI with Maven

on:
push:
branches: [ "master" ]
branches: ["master"]
paths: ["src/**"]
pull_request:
branches: [ "master" ]
branches: ["master"]
paths: ["src/**"]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion docs/lang_ref/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ nav_order: 5
This set of documents describes the Formulog language (as opposed to its current implementation).
Please raise a [GitHub issue](https://github.com/HarvardPL/formulog/issues/new) if anything is unclear, incomplete, or incorrect :)

For an overview of Formulog and its motivations, we recommend checking out our [publications]({{ site.baseurl }}{% link pubs.md %}).
For an overview of Formulog and its motivations, we recommend checking out our [publications]({{ site.base_url }}{% link pubs.md %}).

0 comments on commit f7149bf

Please sign in to comment.