Skip to content

Commit 1eb17a3

Browse files
committed
docs(readme): updated readme
1 parent e51526e commit 1eb17a3

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,16 @@ name: "CodeQL"
1414
on:
1515
push:
1616
branches: ["main"]
17+
paths-ignore:
18+
- 'README.md'
19+
- 'assets/**'
20+
- '.gitignore'
1721
pull_request:
1822
branches: ["main"]
23+
paths-ignore:
24+
- 'README.md'
25+
- 'assets/**'
26+
- '.gitignore'
1927
schedule:
2028
- cron: '16 8 * * 4'
2129

.github/workflows/formatting.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ name: Code Formatting and Linting
22

33
on:
44
push:
5+
branches: ["main"]
6+
paths-ignore:
7+
- 'README.md'
8+
- 'assets/**'
9+
- '.gitignore'
10+
pull_request:
11+
branches: ["main"]
12+
paths-ignore:
13+
- 'README.md'
14+
- 'assets/**'
15+
- '.gitignore'
516
workflow_dispatch:
617

718
jobs:

0 commit comments

Comments
 (0)