We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35dc555 commit 38eb705Copy full SHA for 38eb705
.github/workflows/virustotal-scan.yml
@@ -3,8 +3,9 @@ name: VirusTotal Scan
3
on:
4
workflow_dispatch:
5
pull_request:
6
- # paths:
7
- # - plugins/**
+ paths:
+ - plugins/**
8
+ push:
9
10
jobs:
11
build:
0 commit comments