Skip to content

Commit 1f94916

Browse files
committed
Infra: Run cve checks workflow on pull requests and pushes to main
1 parent 2b3abd2 commit 1f94916

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cve_checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "Infra: CVE checks"
22
on:
3+
pull_request_target:
4+
push:
5+
branches: [ "main" ]
36
workflow_dispatch:
47
schedule:
58
# * is a special character in YAML so you have to quote this string

0 commit comments

Comments
 (0)