From 3e52de0701cb0bff50bf6fdc4b5d3249ff3d387f Mon Sep 17 00:00:00 2001 From: Barry McCormick Date: Sun, 25 May 2025 17:21:59 -0700 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef636d33..962b1b53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ on: [push] jobs: test: runs-on: ubuntu-latest - name: A job to run test in FreeBSD + name: BastilleBSD testing env: MYTOKEN : ${{ secrets.MYTOKEN }} MYTOKEN2: "value2" @@ -30,3 +30,9 @@ jobs: sysctl hw.ncpu sysctl hw.physmem sysctl hw.usermem +on: + pull_request: + # Sequence of patterns matched against refs/heads + branches: + - main +