chore: run GitHub Actions CI on 1.x branch
This commit is contained in:
parent
6b0927d5b8
commit
ceaa936fba
|
@ -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: [1.x]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [1.x]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Reference in New Issue