From 16e63aad94035f7901908bd1f5d1ed3e7ea59c51 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Tue, 10 Oct 2023 18:00:22 -0700 Subject: [PATCH] Update ci.yaml (#619) We swapped branches now that 2.0 is in release candidate --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b70cefa..aa8913d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,9 +4,9 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [main, 2.x] + branches: [main, 1.x] pull_request: - branches: [main, 2.x] + branches: [main, 1.x] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: