Skip to content

Commit e202d52

Browse files
authored
Update ci-dependency-check.yml
1 parent bd066d1 commit e202d52

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci-dependency-check.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: ci-dependency-check
22
on:
33
schedule:
44
- cron: '0 1 * * 0' # Each Sunday at 01:00 UTC
5-
push:
6-
branches:
7-
- main
5+
pull_request:
6+
types:
7+
- opened
8+
- synchronize
9+
- reopened
810
jobs:
911
build:
1012
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)