chore: run CI on 2.x branch (#581)
This commit is contained in:
parent
46a16e500c
commit
20480444e6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue