From c879dbb6f36759d68aaa9080abe93ba30f0ab30f Mon Sep 17 00:00:00 2001 From: Sergio Ballesteros Date: Thu, 13 Jan 2022 13:20:58 +0100 Subject: [PATCH] Run CI on PRs or master --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7d5282372..66db6881d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,10 @@ name: CI -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: jobs: check: