.cirrus.yml: only run slow FreeBSD builds on changes to .v and .vsh files, not .md ones

This commit is contained in:
Delyan Angelov 2023-05-02 15:41:54 +03:00
parent c8568a29dc
commit f25ad18851
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ freebsd_instance:
freebsd_task:
name: Code CI / freebsd
skip: "!changesInclude('.cirrus.yml', '**.{v,vsh}')"
install_script: pkg install -y git
script: |
echo 'Building V'