From 07a65dd64f1e2943c77512b0379d3d128357f840 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 16 Apr 2020 15:34:28 -0700 Subject: [PATCH] Enable CI pipeline again (#9982) --- .github/workflows/ci.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73f0b6a91d..f82be05653 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,16 +2,13 @@ name: CI on: push: - branches-ignore: - - '**' - # push: - # branches: - # - master - # - release/* - # pull_request: - # branches: - # - master - # - release/* + branches: + - master + - release/* + pull_request: + branches: + - master + - release/* jobs: linux: