Sfoglia il codice sorgente

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

tags/r1.9.0
Florian Zschocke 4 anni fa
parent
commit
9b32ae7ecf
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 6
    1
      .github/workflows/ci-build.yml

+ 6
- 1
.github/workflows/ci-build.yml Vedi File

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

Loading…
Annulla
Salva