Update ci.yaml (#619)

We swapped branches now that 2.0 is in release candidate
This commit is contained in:
Alex Eagle 2023-10-10 18:00:22 -07:00 committed by GitHub
parent 339fd76bf0
commit 16e63aad94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ name: CI
on: on:
# Triggers the workflow on push or pull request events but only for the main branch # Triggers the workflow on push or pull request events but only for the main branch
push: push:
branches: [main, 2.x] branches: [main, 1.x]
pull_request: pull_request:
branches: [main, 2.x] branches: [main, 1.x]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: