Hugal31 / yara-rust

Rust bindings for VirusTotal/Yara
Apache License 2.0
73 stars 29 forks source link

Feature: run workflow only for some paths #66

Closed ikrivosheev closed 2 years ago

ikrivosheev commented 2 years ago

There is no reason for running workflow on change some files

Hugal31 commented 2 years ago

Wouldn't it be simpler and safer just to specify

paths-ignore:
- **.md
- LICENSE-*

?

ikrivosheev commented 2 years ago

Wouldn't it be simpler and safer just to specify

paths-ignore:
- **.md
- LICENSE-*

?

Yes! Thank you