ソースを参照

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:

読み込み中…
キャンセル
保存