Przeglądaj źródła

ci: Ignore release and gh-pages branches for CI build on push

tags/r1.9.0
Florian Zschocke 4 lat temu
rodzic
commit
9b32ae7ecf
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6
    1
      .github/workflows/ci-build.yml

+ 6
- 1
.github/workflows/ci-build.yml Wyświetl plik

@@ -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:

Ładowanie…
Anuluj
Zapisz