mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-23 13:56:11 +01:00
Update AppVeyor exclusion branch pattern for Github Actions
This commit is contained in:
parent
e7913f1363
commit
ed6ac8a629
@ -5,10 +5,10 @@ version: "{build}-{branch}"
|
|||||||
clone_depth: 20
|
clone_depth: 20
|
||||||
|
|
||||||
# We want to build everything, except for branches that are explicitly
|
# We want to build everything, except for branches that are explicitly
|
||||||
# for messing around with travis.
|
# for messing around with Github Actions.
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- /dev-travis.+/
|
- /devel-gha.+/
|
||||||
|
|
||||||
|
|
||||||
# We need a more up to date pip because Python 2.7 is EOL soon
|
# We need a more up to date pip because Python 2.7 is EOL soon
|
||||||
|
Loading…
Reference in New Issue
Block a user