Skip to content

Commit 3722cbc

Browse files
committed
add
1 parent 38eb705 commit 3722cbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/virustotal-scan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
pull_request:
66
paths:
77
- plugins/**
8-
push:
98

109
jobs:
1110
build:
@@ -20,7 +19,7 @@ jobs:
2019
- name: Download All Plugins
2120
run: |
2221
pip install -r ci/envs/requirements-virustotal-setup.txt
23-
python ./ci/src/ci/src/virustotal_setup.py
22+
python ./ci/src/virustotal_setup.py
2423
2524
- name: VirusTotal Scan
2625
uses: crazy-max/ghaction-virustotal@v4

0 commit comments

Comments
 (0)