From 0ef05fc0377b0bdfa4cd1ff68512aa966b7898ad Mon Sep 17 00:00:00 2001 From: Barry McCormick Date: Sun, 25 May 2025 17:23:16 -0700 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 962b1b53..cfd4f743 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,9 @@ name: Test -on: [push] - +on: + pull_request: + branches: + - master jobs: test: runs-on: ubuntu-latest @@ -30,9 +32,5 @@ jobs: sysctl hw.ncpu sysctl hw.physmem sysctl hw.usermem -on: - pull_request: - # Sequence of patterns matched against refs/heads - branches: - - main +