Ignore 7z files

This commit is contained in:
SachinVin 2022-07-24 11:56:43 +05:30
parent f4fa1a0026
commit 39242c4532

View File

@ -5,7 +5,7 @@ on:
branches: [ "*" ] branches: [ "*" ]
tags: [ "*" ] tags: [ "*" ]
paths-ignore: paths-ignore:
- "*.7z" - "**.7z"
pull_request: pull_request:
branches: [ main ] branches: [ main ]