From 988ae7a510f6df8a837c8e9f89efe938155112fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 8 Mar 2021 11:22:50 +0100 Subject: [PATCH] update CI config --- .github/workflows/main.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 25a0d218..ca383b5f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,14 @@ name: Test on: push: + branches: + - master + - dev pull_request: - types: [opened, synchronize, reopened] - + types: [opened, reopened] + branches: + - master + - dev jobs: test: