Преглед изворни кода

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…
Откажи
Сачувај