mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-13 08:40:26 +01:00
22 lines
404 B
YAML
22 lines
404 B
YAML
push:
|
|
branches:
|
|
# these two enable potential bors support:
|
|
- '^staging$'
|
|
- '^trying$'
|
|
# github merge trains:
|
|
- '^gh-readonly-queue/'
|
|
|
|
pr:
|
|
enable_comments: true
|
|
sticky_comment: true
|
|
comment_artifacts:
|
|
- name: doc-preview/
|
|
readable_name: Documentation preview
|
|
|
|
commit:
|
|
skip_keywords: ["ci_skip", "murdock_skip", "[ci skip]" ]
|
|
|
|
artifacts:
|
|
- output.txt
|
|
- doc-preview/
|