File tree Expand file tree Collapse file tree 7 files changed +45
-5
lines changed Expand file tree Collapse file tree 7 files changed +45
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : CodeQL
3
3
4
- permissions :
5
- actions : read
6
- contents : read
7
- security-events : write
8
-
9
4
on :
10
5
push :
11
6
paths-ignore :
12
7
- " dependabot/**"
8
+ - ' .github/workflows/**'
9
+ - ' !.github/workflows/codeql-analysis.yml'
13
10
pull_request :
14
11
branches :
15
12
- " dependabot/**"
13
+ - ' .github/workflows/**'
14
+ - ' !.github/workflows/codeql-analysis.yml'
16
15
schedule :
17
16
- cron : ' 18 23 * * 1'
18
17
18
+ permissions :
19
+ actions : read
20
+ contents : read
21
+ security-events : write
22
+
19
23
jobs :
20
24
analyze :
21
25
name : Analyze
Original file line number Diff line number Diff line change @@ -2,7 +2,13 @@ name: cpp-linter
2
2
3
3
on :
4
4
push :
5
+ paths-ignore :
6
+ - ' .github/workflows/**'
7
+ - ' !.github/workflows/cpp-linter.yml'
5
8
pull_request :
9
+ paths-ignore :
10
+ - ' .github/workflows/**'
11
+ - ' !.github/workflows/cpp-linter.yml'
6
12
workflow_dispatch :
7
13
8
14
jobs :
Original file line number Diff line number Diff line change @@ -3,7 +3,13 @@ name: Dockcross
3
3
4
4
on :
5
5
push :
6
+ paths-ignore :
7
+ - ' .github/workflows/**'
8
+ - ' !.github/workflows/dockcross.yml'
6
9
pull_request :
10
+ paths-ignore :
11
+ - ' .github/workflows/**'
12
+ - ' !.github/workflows/dockcross.yml'
7
13
workflow_dispatch :
8
14
9
15
concurrency :
Original file line number Diff line number Diff line change @@ -3,7 +3,13 @@ name: docs
3
3
4
4
on :
5
5
push :
6
+ paths-ignore :
7
+ - ' .github/workflows/**'
8
+ - ' !.github/workflows/docs.yml'
6
9
pull_request :
10
+ paths-ignore :
11
+ - ' .github/workflows/**'
12
+ - ' !.github/workflows/docs.yml'
7
13
workflow_dispatch :
8
14
9
15
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Original file line number Diff line number Diff line change @@ -3,7 +3,13 @@ name: Linux
3
3
4
4
on :
5
5
push :
6
+ paths-ignore :
7
+ - ' .github/workflows/**'
8
+ - ' !.github/workflows/linux.yml'
6
9
pull_request :
10
+ paths-ignore :
11
+ - ' .github/workflows/**'
12
+ - ' !.github/workflows/linux.yml'
7
13
workflow_dispatch :
8
14
9
15
concurrency :
Original file line number Diff line number Diff line change @@ -3,7 +3,13 @@ name: macOS
3
3
4
4
on :
5
5
push :
6
+ paths-ignore :
7
+ - ' .github/workflows/**'
8
+ - ' !.github/workflows/macOS.yml'
6
9
pull_request :
10
+ paths-ignore :
11
+ - ' .github/workflows/**'
12
+ - ' !.github/workflows/macOS.yml'
7
13
workflow_dispatch :
8
14
9
15
concurrency :
Original file line number Diff line number Diff line change @@ -3,7 +3,13 @@ name: Windows
3
3
4
4
on :
5
5
push :
6
+ paths-ignore :
7
+ - ' .github/workflows/**'
8
+ - ' !.github/workflows/windows.yml'
6
9
pull_request :
10
+ paths-ignore :
11
+ - ' .github/workflows/**'
12
+ - ' !.github/workflows/windows.yml'
7
13
workflow_dispatch :
8
14
9
15
concurrency :
You can’t perform that action at this time.
0 commit comments