From d9424b7629b4badcc2c7faa69a2ca60edcb379a3 Mon Sep 17 00:00:00 2001 From: stevenaw Date: Fri, 24 Nov 2023 07:54:18 -0500 Subject: [PATCH] update yaml --- .github/workflows/continuous_integration.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 70fb9e65ed..f9fa5e95f9 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -1,16 +1,12 @@ name: Continuous Integration -on: +on:: push: branches: - master - release - - 'v3.13-dev' + - 'v3' pull_request: - branches: - - master - - release - - 'v3.13-dev' jobs: build-windows: