mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
16 lines
175 B
YAML
16 lines
175 B
YAML
branches:
|
|
only:
|
|
- staging
|
|
- trying
|
|
- /post-.*/
|
|
|
|
pr:
|
|
branches:
|
|
exclude:
|
|
- master
|
|
|
|
build: false
|
|
|
|
test_script:
|
|
- echo "Nothing to do for master branch"
|