We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51526e commit 1eb17a3Copy full SHA for 1eb17a3
.github/workflows/codeql-analysis.yml
@@ -14,8 +14,16 @@ name: "CodeQL"
14
on:
15
push:
16
branches: ["main"]
17
+ paths-ignore:
18
+ - 'README.md'
19
+ - 'assets/**'
20
+ - '.gitignore'
21
pull_request:
22
23
24
25
26
27
schedule:
28
- cron: '16 8 * * 4'
29
.github/workflows/formatting.yaml
@@ -2,6 +2,17 @@ name: Code Formatting and Linting
2
3
4
5
+ branches: ["main"]
6
7
8
9
10
+ pull_request:
11
12
13
workflow_dispatch:
jobs:
0 commit comments