Skip to content

Commit

Permalink
fix workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
jsinglet committed Jan 22, 2024
1 parent 8a7a5f2 commit e0848dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-codeql-unit-tests-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ name: ⚙️ CodeQL - Run Unit Tests (cpp)
on:
push:
branches:
- '**'
- 'main'
pull_request:
branches:
- '**'
- 'main'
workflow_dispatch:


jobs:
create-unit-test-matrix:
name: Create CodeQL Unit Test Matrix
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/validate-codeql-queries-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: ⚙️ CodeQL - Validate Queries (cpp)
on:
push:
branches:
- '**'
- 'main'
pull_request:
branches:
- '**'
- 'main'
workflow_dispatch:


jobs:
create-matrix:
name: Create CodeQL Test Matrix
Expand Down

0 comments on commit e0848dc

Please sign in to comment.