mirror of
https://github.com/mas-cli/mas
synced 2025-03-06 23:57:21 +00:00
Only run codeql.yml
for the main
branch.
Resolve #701 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
893edacb1e
commit
37a3c2992d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -5,7 +5,9 @@
|
|||
name: CodeQL
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: 44 14 * * 4
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Add table
Reference in a new issue