refactor: monorepo setup with lerna (#243)
This commit is contained in:
committed by
GitHub
parent
dac29fbf3c
commit
504d95c34f
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
@ -14,15 +14,9 @@ name: "CodeQL"
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- core/**
|
||||
- docs/**
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- core/**
|
||||
- docs/**
|
||||
schedule:
|
||||
- cron: "0 9 * * 4"
|
||||
|
||||
|
Reference in New Issue
Block a user