From 4594a2014a516dbf42f60cc5fa06b1eeb6e97c0c Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Wed, 6 Jul 2022 14:18:10 -0400 Subject: [PATCH] Test pull_request action instead of push --- .github/workflows/xcat_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xcat_test.yml b/.github/workflows/xcat_test.yml index a5c9131df..781934c5e 100644 --- a/.github/workflows/xcat_test.yml +++ b/.github/workflows/xcat_test.yml @@ -1,6 +1,6 @@ name: xcat_test on: - push + pull_request jobs: xcat_pr_test: runs-on: ubuntu-18.04