From 47c7c1fcb127cf21cd1d8236c0b29b79d763dd67 Mon Sep 17 00:00:00 2001 From: Richard Szalay Date: Sat, 7 Oct 2023 16:45:44 +1100 Subject: [PATCH] Update CI branch triggers --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89694be..b014a7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: MockHttp Build on: push: - branches: [ main ] + branches: [ master, release/7.0.0 ] pull_request: workflow_dispatch: