Skip to content

Commit 3859fbe

Browse files
committed
More docs goodies
1 parent 59f79b7 commit 3859fbe

2 files changed

Lines changed: 6 additions & 60 deletions

File tree

.github/workflows/clang_format.yml_

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@ name: Docs
22

33
on:
44
push:
5+
paths:
6+
- "**/workflows/docs.yml"
7+
- "**/docs/**"
58
branches: [main]
69
pull_request:
10+
paths:
11+
- "**/workflows/docs.yml"
12+
- "**/docs/**"
713
branches: [main]
814

915
permissions:

0 commit comments

Comments
 (0)