diff --git a/.murdock.yml b/.murdock.yml new file mode 100644 index 0000000000..4347d3332e --- /dev/null +++ b/.murdock.yml @@ -0,0 +1,11 @@ +push: + tags: + - 'v(\d+\.)?(\d+\.)?(\*|\d+)' + branches: + - webhook_pushes + +pr: + enable_comments: True + +commit: + skip_keywords: ["ci: skip", "ci: no", "ci: ignore"]