From 61f634c1502e0d9d1bf61c08b64c91cea0f2e639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Tue, 7 Apr 2020 17:30:18 +0200 Subject: [PATCH] disable ci --- .github/workflows/ci.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d5abc58d72..3c2f5028adf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,14 +1,17 @@ name: CI -# on: -# push: -# branches: -# - master -# - release/* -# pull_request: -# branches: -# - master -# - release/* +on: + push: + branches-ignore: + - '**' + # push: + # branches: + # - master + # - release/* + # pull_request: + # branches: + # - master + # - release/* jobs: linux: -- GitLab