Skip to content

Commit b7fc38c

Browse files
committed
ci: Update the branch and tag exclusions on AppVeyor CI
As we plan to release libpng-1.8.0, with the 'libpng18' branch being the new default, we are also discontinuing the 'master' branch as an alias branch. Update the exclusions in the AppVeyor CI configuration file, replacing 'libpng00' to 'libpng18' with 'master'. Also update the regular expression that excludes release tags to account for all 'vNN.NN.NN' tag names.
1 parent c53a323 commit b7fc38c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ version: 1.6.x-{build}
22

33
branches:
44
except:
5-
- /libpng[0-1][0-8]/
6-
- /v[0-1][.][0-8][.][0-9]+/
5+
- /master/
6+
- /v[0-9]+[.][0-9]+[.][0-9]+/
77

88
image:
99
- Visual Studio 2022

0 commit comments

Comments
 (0)