From 07ce43316ff57d566868aba31e9d9853de9f24f0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 30 Jan 2021 15:11:27 +0100 Subject: [PATCH] limit CI runs --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c1c723..03c3fc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: 'CI' -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: + branches: + - '**' jobs: test: