Skip to content

Commit 36235a3

Browse files
committed
CI upd
1 parent bb1f272 commit 36235a3

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/codeql.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ on:
1515
workflow_dispatch:
1616
push:
1717
branches:
18-
- master
18+
- main
1919
paths-ignore:
20-
- '.github/**'
2120
- 'docker/**'
2221
- 'docs/**'
2322
- 'tutorial/**'
@@ -26,10 +25,7 @@ on:
2625
pull_request:
2726
types: [ opened, synchronize, reopened ]
2827
branches:
29-
- master
3028
- main
31-
- v7
32-
- v6
3329
schedule:
3430
- cron: '0 0 * * *'
3531

.github/workflows/test.yml

-7
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- master
87
- main
9-
- v7
10-
- v6
118
paths-ignore:
12-
- '.github/**'
139
- 'docker/**'
1410
- 'docs/**'
1511
- 'tutorial/**'
@@ -18,10 +14,7 @@ on:
1814
pull_request:
1915
types: [ opened, synchronize, reopened ]
2016
branches:
21-
- master
2217
- main
23-
- v7
24-
- v6
2518

2619
jobs:
2720

0 commit comments

Comments
 (0)