Procházet zdrojové kódy

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

tags/r1.9.0
Florian Zschocke před 4 roky
rodič
revize
9b32ae7ecf
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 6
    1
      .github/workflows/ci-build.yml

+ 6
- 1
.github/workflows/ci-build.yml Zobrazit soubor

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

Načítá se…
Zrušit
Uložit