Skip to content

Commit 214c4ca

Browse files
committed
Merge branch 'master' of https://github.com/kip-hart/AABBTree
2 parents e093d8a + b90fa69 commit 214c4ca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Documentation check
22

3-
on: [pull_request]
3+
on:
4+
push:
5+
branches: [master, ]
6+
pull_request:
7+
# The branches below must be a subset of the branches above
8+
branches: [master]
49

510
jobs:
611
docs-checks:

0 commit comments

Comments
 (0)