瀏覽代碼

ci: Ignore release and gh-pages branches for CI build on push

tags/r1.9.0
Florian Zschocke 4 年之前
父節點
當前提交
9b32ae7ecf
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6
    1
      .github/workflows/ci-build.yml

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

@@ -1,6 +1,11 @@
name: Continous build - build and test on every push

on: push
on:
push:
branches-ignore:
- release
- 'releases/**'
- gh-pages

jobs:
build:

Loading…
取消
儲存