Skip to content

Commit e0848dc

Browse files
committed
fix workflow files
1 parent 8a7a5f2 commit e0848dc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/run-codeql-unit-tests-cpp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ name: ⚙️ CodeQL - Run Unit Tests (cpp)
44
on:
55
push:
66
branches:
7-
- '**'
7+
- 'main'
88
pull_request:
99
branches:
10-
- '**'
10+
- 'main'
1111
workflow_dispatch:
1212

13+
1314
jobs:
1415
create-unit-test-matrix:
1516
name: Create CodeQL Unit Test Matrix

.github/workflows/validate-codeql-queries-cpp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ name: ⚙️ CodeQL - Validate Queries (cpp)
33
on:
44
push:
55
branches:
6-
- '**'
6+
- 'main'
77
pull_request:
88
branches:
9-
- '**'
9+
- 'main'
1010
workflow_dispatch:
1111

12+
1213
jobs:
1314
create-matrix:
1415
name: Create CodeQL Test Matrix

0 commit comments

Comments
 (0)