Skip to content

Commit cb11696

Browse files
committed
run on every PR commit
1 parent 1bc479f commit cb11696

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/openfe-doc-build.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ name: Test openfe doc build
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
pull_request:
9+
branches:
10+
- main
11+
schedule:
12+
# nightly tests, 2 am
13+
- cron: "0 2 * * *"
514

615
concurrency:
716
group: "${{ github.workflow }}-${{ github.ref }}"

0 commit comments

Comments
 (0)