Skip to content

Commit

Permalink
Infra: Run cve checks workflow on pull requests and pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel committed Jan 3, 2025
1 parent 713932a commit 3e791e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cve_checks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: "Infra: CVE checks"
on:
pull_request_target:
push:
branches: [ "main" ]
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string
Expand Down

0 comments on commit 3e791e3

Please sign in to comment.