Skip to content

Commit 58ee491

Browse files
authored
Adjust some actions triggers (#575)
* less codeql * less test
1 parent 6cfcea3 commit 58ee491

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CodeQL
22
on:
33
pull_request:
4+
paths-ignore:
5+
- 'docs/**'
6+
- '**.md'
47
schedule:
58
- cron: '0 0 * * *'
69
concurrency:

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches:
77
- main
88
pull_request:
9+
paths-ignore:
10+
- 'docs/**'
11+
- '**.md'
912
schedule:
1013
- cron: '0 9 * * 1' # M H d m w (Mondays at 9:00)
1114
jobs:

0 commit comments

Comments
 (0)