Skip to content

Commit 9a392e9

Browse files
authored
Update dependency-review.yml
Removed a bunch of comments
1 parent 024b138 commit 9a392e9

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,7 @@
55
# Source repository: https://github.com/actions/dependency-review-action
66
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
77
name: 'Dependency Review'
8-
on: [ pull_request ]
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
15-
# workflow_dispatch:
16-
8+
on: [pull_request]
179

1810
permissions:
1911
contents: read

0 commit comments

Comments
 (0)