We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3abd2 commit 1f94916Copy full SHA for 1f94916
.github/workflows/cve_checks.yml
@@ -1,5 +1,8 @@
1
name: "Infra: CVE checks"
2
on:
3
+ pull_request_target:
4
+ push:
5
+ branches: [ "main" ]
6
workflow_dispatch:
7
schedule:
8
# * is a special character in YAML so you have to quote this string
0 commit comments