mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
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:
parent
80691b9da2
commit
e1fa61daa8
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
branches:
|
||||
except:
|
||||
- /libpng[0-1][0-7]/
|
||||
- /v[0-1][.][0-7][.][0-9]+/
|
||||
|
||||
language: c
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user