Bläddra i källkod

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 år sedan
förälder
incheckning
816f3b57fe
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1
    2
      .github/workflows/ci-build.yml

+ 1
- 2
.github/workflows/ci-build.yml Visa fil

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

jobs:

Laddar…
Avbryt
Spara