From 6e37592e24689428b3f8a4c1b64dd8957cfc03df Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Fri, 21 Feb 2020 18:13:59 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 824e3bf..dde1bd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI -on: push +on: + push: + branches: + - '!release' jobs: ci: runs-on: ubuntu-latest