We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a0d96 commit cbc87abCopy full SHA for cbc87ab
.github/workflows/codeql-analysis.yml
@@ -8,6 +8,8 @@ on:
8
paths:
9
- '**'
10
- '!docs/**'
11
+ - '!.github/**'
12
+ - .github/workflows/codeql-analysis.yml
13
14
pull_request:
15
branches:
@@ -16,6 +18,8 @@ on:
16
18
17
19
20
21
22
23
24
schedule:
25
- cron: '0 12 * * *'
.github/workflows/format.yml
@@ -10,6 +10,8 @@ on:
+ - .github/workflows/format.yml
@@ -18,6 +20,8 @@ on:
26
permissions:
27
contents: read
0 commit comments