From c26e49fb7b378a33ea35bba8d6c18246e1fba307 Mon Sep 17 00:00:00 2001 From: Rajath Agasthya Date: Thu, 16 Jan 2025 15:14:24 -0600 Subject: [PATCH] Run unit tests for pull requests Previous config was not running tests when a PR was opened. Signed-off-by: Nader Ziada --- .github/workflows/go.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 66fefe39e..dec557f22 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,8 +1,6 @@ --- name: go -on: - push: - pull_request: +on: [push, pull_request] jobs: lint: # <- name strategy: