From e1f3613bb2b86e56115fb83b4ec24c25d8763033 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Fri, 5 Aug 2022 20:54:51 +0200 Subject: [PATCH] Trigger CI on pull_request Foreign contributions did not trigger the CI. This change will trigger CI also on foreign contributions (PRs). --- .github/workflows/ci.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 374d158..04c1424 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,5 +1,11 @@ name: CI -on: [push] + +on: + push: + branches: + - main + pull_request: + jobs: check-composer: runs-on: ubuntu-latest