mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
14 lines
280 B
YAML
14 lines
280 B
YAML
language: minimal
|
|
|
|
branches:
|
|
only:
|
|
# This is where pull requests from "bors r+" are built.
|
|
- staging
|
|
# This is where pull requests from "bors try" are built.
|
|
- trying
|
|
# Build post braches
|
|
- /^post-.*$/
|
|
|
|
script:
|
|
- echo "Nothing to do for master branch"
|