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 6cfcea3 commit 58ee491Copy full SHA for 58ee491
.github/workflows/codeql-analysis.yml
@@ -1,6 +1,9 @@
1
name: CodeQL
2
on:
3
pull_request:
4
+ paths-ignore:
5
+ - 'docs/**'
6
+ - '**.md'
7
schedule:
8
- cron: '0 0 * * *'
9
concurrency:
.github/workflows/test.yml
@@ -6,6 +6,9 @@ on:
branches:
- main
10
11
12
13
- cron: '0 9 * * 1' # M H d m w (Mondays at 9:00)
14
jobs:
0 commit comments