Skip to content

Commit

Permalink
Update CI to run on tags and doc subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed Apr 17, 2024
1 parent 97e1be2 commit d6e286a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
branches: [main]
push:
branches: [main]
tags:
[
"v[0-9]+",
"v[0-9]+.[0-9]+",
"v[0-9]+.[0-9]+.[0-9]+",
"v[0-9]+.[0-9]+.[0-9]+-*",
]

jobs:
# We have two separate build jobs:
Expand Down Expand Up @@ -57,7 +64,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: doc-${{ steps.vars.outputs.ref }}
path: _build/default/_doc/_html/
path: _build/default/_doc/_html/patricia-tree/

build-test:
strategy:
Expand Down

0 comments on commit d6e286a

Please sign in to comment.