From 481dcff51c241626cf28fd2566a37515d883d1ed Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Wed, 8 May 2024 22:21:42 +1000 Subject: [PATCH] Enabled CI runs for forks. --- .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 b6bf0c73b8..05c218ce84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: CI -on: [push] +on: + push: + pull_request: + types: [opened, synchronize, reopened] env: COMPOSER_MEMORY_LIMIT: -1