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 83951e7 commit 8394beaCopy full SHA for 8394bea
.github/workflows/codeql-analysis.yml
@@ -4,10 +4,16 @@ on:
4
push:
5
branches:
6
- main
7
+ paths:
8
+ - '**'
9
+ - '!docs/**'
10
11
pull_request:
12
13
14
15
16
17
18
schedule:
19
- cron: '0 12 * * *'
.github/workflows/format.yml
@@ -6,10 +6,16 @@ on:
- 'fix/*'
- 'feature/*'
20
jobs:
21
format:
0 commit comments