chore: run CI on 2.x branch (#581)

This commit is contained in:
Derek Cormier 2023-10-05 12:35:31 -07:00 committed by GitHub
parent 46a16e500c
commit 20480444e6
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:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
branches: [main, 2.x]
pull_request:
branches: [main]
branches: [main, 2.x]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: