We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554b2e8 commit 335f831Copy full SHA for 335f831
.github/workflows/clang-format.yml
@@ -1,16 +1,8 @@
1
name: clang-format Check
2
on:
3
- pull_request:
4
- paths:
5
- - "src/**"
6
- - ".clang-format"
7
- - ".github/workflows/clang-format.yml"
8
push:
9
- branches: "master"
10
11
12
13
+ branches: [master]
+ pull_request:
14
workflow_dispatch:
15
16
jobs:
.github/workflows/deploy-pages.yml
@@ -6,12 +6,6 @@ on:
- master
- presentations
pull_request:
- - "Doxyfile"
- - "**.md"
- - ".github/workflows/build-docs.yml"
-
17
0 commit comments