Update ci.yaml (#619)
We swapped branches now that 2.0 is in release candidate
This commit is contained in:
parent
339fd76bf0
commit
16e63aad94
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue