Browse Source

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 years ago
parent
commit
816f3b57fe
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      .github/workflows/ci-build.yml

+ 1
- 2
.github/workflows/ci-build.yml View File

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


jobs: jobs:

Loading…
Cancel
Save