Skip to content

Commit

Permalink
ci: Add the libpng release tags to the list of exclusions
Browse files Browse the repository at this point in the history
The release tags are redundant in the CI process. It is the main branch
that is always verified.
  • Loading branch information
ctruta committed Feb 23, 2024
1 parent 80691b9 commit e1fa61d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
branches:
except:
- /libpng[0-1][0-7]/
- /v[0-1][.][0-7][.][0-9]+/

language: c

Expand Down

0 comments on commit e1fa61d

Please sign in to comment.