0
Fork 0
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:
Gao Sun 2022-07-26 00:25:40 +08:00 committed by GitHub
parent 0302723994
commit bde0954fac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'