From 998a726dfb9000906fd6a5ff29275fb221665f5e Mon Sep 17 00:00:00 2001 From: Barry McCormick Date: Sun, 25 May 2025 17:48:12 -0700 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f39636a9..3631437a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,9 @@ name: Bastille_Testing on: - pull_request_review: - types: [submitted, edited] + pull_request: + branches: + - master jobs: test: if: ${{ github.event.pull_request.base.ref == 'master' }} @@ -20,10 +21,9 @@ jobs: envs: 'MYTOKEN MYTOKEN2' usesh: true prepare: | - pkg install -y curl + pkg install -y git run: | - pkg install git git clone https://github.com/BastilleBSD/rocinante.git cd rocinante && make install rocinante bootstrap https://github.com/BastilleBSD/rocinante.git