You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
7
7
name: 'Dependency Review'
8
-
on: [pull_request]
8
+
on:
9
+
# Triggers the workflow on push or pull request events but only for the "main" branch
10
+
push:
11
+
branches: [ "main" ]
12
+
pull_request:
13
+
branches: [ "main" ]
14
+
# Allows you to run this workflow manually from the Actions tab
0 commit comments