Skip to content

Commit 9a7f37d

Browse files
committed
Only run actions/dependency-review-action on pull_request
1 parent afdca96 commit 9a7f37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
name: 'Dependency Review'
19-
on: [push, pull_request]
19+
on: [pull_request]
2020

2121
permissions:
2222
contents: read

0 commit comments

Comments
 (0)