mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
CI: trigger CodeQL properly
Reported by Nicolas IOOSS - Thanks! Fixes #1539
This commit is contained in:
@@ -2,10 +2,10 @@ name: "CodeQL scan"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master stable next" ]
|
||||
branches: [ "master", "stable", "next" ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ "master stable next" ]
|
||||
branches: [ "master", "stable", "next" ]
|
||||
schedule:
|
||||
- cron: '0 17 * * 2'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user