mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
ci: trigger CodeQL workflow on publish (#1673)
This commit is contained in:
parent
0302723994
commit
bde0954fac
1 changed files with 5 additions and 2 deletions
7
.github/workflows/codeql-analysis.yml
vendored
7
.github/workflows/codeql-analysis.yml
vendored
|
@ -13,10 +13,13 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
branches:
|
||||
- master
|
||||
- 'push-action/**'
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ "master" ]
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '23 15 * * 2'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue