Skip to content

Commit 4f1807d

Browse files
authored
Fix CI on push event (#78)
1 parent 10a6d1c commit 4f1807d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ jobs:
161161
uses: docker://webfactory/composer-require-checker:3.2.0
162162

163163
- name: Dependencies check
164+
if: ${{ github.event_name == 'pull_request' }}
164165
uses: actions/dependency-review-action@v1
165166

166167
finalize-codacy-coverage-report:

0 commit comments

Comments
 (0)