From 948af5a1ae06cc9c761af8b898d9b3096d53e60a Mon Sep 17 00:00:00 2001 From: Matt Bailey Date: Thu, 29 Feb 2024 19:44:03 +0000 Subject: [PATCH] Update workflow to support v1 branch (#679) --- .github/workflows/jsonata.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jsonata.yml b/.github/workflows/jsonata.yml index d388723f..43df58fc 100644 --- a/.github/workflows/jsonata.yml +++ b/.github/workflows/jsonata.yml @@ -1,9 +1,9 @@ name: Build and publish JSONata on: push: - branches: [ master ] + branches: [ master, v1 ] pull_request: - branches: [ master ] + branches: [ master, v1 ] jobs: build: runs-on: ubuntu-latest