mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
The code for each post now lives in the `post-XX` branches where `XX` is the post number.
16 lines
320 B
YAML
16 lines
320 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 pull requests.
|
|
- master
|
|
# Build post braches
|
|
- /^post-.*$/
|
|
|
|
script:
|
|
- echo "Nothing to do for master branch"
|