瀏覽代碼

ci: Ignore all branches starting with `release`.

Set the ignored branches pattern to `release*` for the normal ci workflow.
tags/r1.9.0
Florian Zschocke 4 年之前
父節點
當前提交
816f3b57fe
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      .github/workflows/ci-build.yml

+ 1
- 2
.github/workflows/ci-build.yml 查看文件

@@ -3,8 +3,7 @@ name: Continous build - build and test on every push
on:
push:
branches-ignore:
- release
- 'releases/**'
- 'release*'
- gh-pages

jobs:

Loading…
取消
儲存