소스 검색

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…
취소
저장