ci: Add the libpng release tags to the list of exclusions

The release tags are redundant in the CI process. It is the main branch
that is always verified.
This commit is contained in:
Cosmin Truta 2024-02-23 11:12:03 +02:00
parent 80691b9da2
commit e1fa61daa8
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ version: 1.6.x-{build}
branches:
except:
- /libpng[0-1][0-7]/
- /v[0-1][.][0-7][.][0-9]+/
image:
- Visual Studio 2022

View File

@ -1,6 +1,7 @@
branches:
except:
- /libpng[0-1][0-7]/
- /v[0-1][.][0-7][.][0-9]+/
language: c