aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml14
-rw-r--r--docs/index.org4
2 files changed, 16 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7e04aa3..2326979 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,5 +1,19 @@
name: CI
+on:
+ push:
+ branches: [ master ]
+ paths:
+ - "**.v"
+ - "**.ml"
+ - "**.mli"
+ pull_request:
+ branches: [ master ]
+ paths:
+ - "**.v"
+ - "**.ml"
+ - "**.mli"
+
jobs:
build:
runs-on: ubuntu-latest
diff --git a/docs/index.org b/docs/index.org
index 907ac25..6ec0130 100644
--- a/docs/index.org
+++ b/docs/index.org
@@ -12,7 +12,7 @@ The project is currently a work in progress, so proofs remain to be finished. C
- local arrays and pointers
- control-flow structures such as if-statements, for-loops, etc...
-* TOC
+* Content
-[[/docs/toc.html][- Vericert Coq Documentation]]
+- [[./docs/toc.html][Vericert Coq Documentation]]
- [[./building.org][Building Vericert]]