From a4b8fa1810d679c76f065feae3ef1ab2643ff663 Mon Sep 17 00:00:00 2001 From: Aous Naman Date: Mon, 9 Sep 2024 10:18:19 +1000 Subject: [PATCH] corrected action to run tests on PR --- .github/workflows/ccp-workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ccp-workflow.yml b/.github/workflows/ccp-workflow.yml index 2f5278f..6832381 100644 --- a/.github/workflows/ccp-workflow.yml +++ b/.github/workflows/ccp-workflow.yml @@ -2,10 +2,11 @@ name: C/C++ CI on: - push: + push on: pull_request: + types: [opened, reopened] jobs: