From 57706d0c3a2aace90b26c3e0d917129ed6263925 Mon Sep 17 00:00:00 2001 From: Adam Whittingham Date: Wed, 20 Mar 2024 14:10:54 +0000 Subject: [PATCH] Allow PRs to be pushed through CI --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecf8f1c..65fee35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ name: CI -on: push +on: + push: + pull_request_target: + types: + - opened jobs: sdk-ci: