Files
blog_os/.appveyor.yml
Philipp Oppermann 381627bbbb Delete code from master branch
The code for each post now lives in the `post-XX` branches where `XX` is the post number.
2019-02-08 10:19:13 +01:00

12 lines
145 B
YAML

branches:
only:
- staging
- trying
- master
- /post-.*/
build: false
test_script:
- echo "Nothing to do for master branch"