From 34214da33243c96e8a12488057c2aad4eeb4af1e Mon Sep 17 00:00:00 2001 From: Jason Siefken Date: Wed, 12 Jun 2024 16:34:07 -0400 Subject: [PATCH] Add pretext to tested branches --- .github/workflows/on-pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 6b263a4f..7a41557a 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -2,9 +2,9 @@ name: Node.js CI on: push: - branches: ["main"] + branches: ["main", "pretext"] pull_request: - branches: ["main"] + branches: ["main", "pretext"] jobs: build: