Skip to content

Commit cbc87ab

Browse files
committed
adjusted actions triggers
1 parent 62a0d96 commit cbc87ab

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
paths:
99
- '**'
1010
- '!docs/**'
11+
- '!.github/**'
12+
- .github/workflows/codeql-analysis.yml
1113

1214
pull_request:
1315
branches:
@@ -16,6 +18,8 @@ on:
1618
paths:
1719
- '**'
1820
- '!docs/**'
21+
- '!.github/**'
22+
- .github/workflows/codeql-analysis.yml
1923

2024
schedule:
2125
- cron: '0 12 * * *'

.github/workflows/format.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
paths:
1111
- '**'
1212
- '!docs/**'
13+
- '!.github/**'
14+
- .github/workflows/format.yml
1315

1416
pull_request:
1517
branches:
@@ -18,6 +20,8 @@ on:
1820
paths:
1921
- '**'
2022
- '!docs/**'
23+
- '!.github/**'
24+
- .github/workflows/format.yml
2125

2226
permissions:
2327
contents: read

0 commit comments

Comments
 (0)