Update AppVeyor exclusion branch pattern for Github Actions

This commit is contained in:
Martin Hořeňovský 2024-02-23 20:52:04 +01:00
parent e7913f1363
commit ed6ac8a629
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ version: "{build}-{branch}"
clone_depth: 20
# We want to build everything, except for branches that are explicitly
# for messing around with travis.
# for messing around with Github Actions.
branches:
except:
- /dev-travis.+/
- /devel-gha.+/
# We need a more up to date pip because Python 2.7 is EOL soon