Files
blog_os/.appveyor.yml
Philipp Oppermann 746591430f [Fix] Don't run azure pipelines for PRs to master
Apply the previous commit to the right file.
2019-02-12 08:22:15 +01:00

11 lines
132 B
YAML

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