Skip to content

Commit 335f831

Browse files
Update GitHub workflows
1 parent 554b2e8 commit 335f831

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.github/workflows/clang-format.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
name: clang-format Check
22
on:
3-
pull_request:
4-
paths:
5-
- "src/**"
6-
- ".clang-format"
7-
- ".github/workflows/clang-format.yml"
83
push:
9-
branches: "master"
10-
paths:
11-
- "src/**"
12-
- ".clang-format"
13-
- ".github/workflows/clang-format.yml"
4+
branches: [master]
5+
pull_request:
146
workflow_dispatch:
157

168
jobs:

.github/workflows/deploy-pages.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ on:
66
- master
77
- presentations
88
pull_request:
9-
paths:
10-
- "src/**"
11-
- "Doxyfile"
12-
- "**.md"
13-
- ".github/workflows/build-docs.yml"
14-
159
workflow_dispatch:
1610

1711
jobs:

0 commit comments

Comments
 (0)