From 8c7f38f16bc1e1527d3d1cc71cfdad238c917829 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Thu, 21 May 2020 01:49:55 +0200 Subject: [PATCH] Adjust branch configuration for CI --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 784e9fc..c689b5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,7 @@ on: push: - branches: [ master ] + branches: [ staging, trying, master ] pull_request: - branches: [ master ] name: Continuous integration @@ -32,5 +31,3 @@ jobs: - name: Size check run: python tools/check.py size_check - -