From 36386bda2dca4df6aeaf2afa813ed32c392444fb Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Wed, 8 May 2024 22:49:39 +1000 Subject: [PATCH] Enabled CI runs for forks. (#640) (#642) --- .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 87d94ef1a..84710abc5 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