ci: Bug fix: run DevSkim against merge-group
This commit is contained in:
parent
cae144b2c0
commit
fd0a1133a5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/devskim.yml
vendored
3
.github/workflows/devskim.yml
vendored
|
@ -12,6 +12,9 @@ on:
|
|||
branches: [ "master" ]
|
||||
schedule:
|
||||
- cron: '39 17 * * *'
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
Loading…
Add table
Reference in a new issue