chore: run GitHub Actions CI on 1.x branch

This commit is contained in:
Greg Magolan 2023-10-31 23:26:24 +01:00
parent 6b0927d5b8
commit ceaa936fba
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: [1.x]
pull_request:
branches: [main]
branches: [1.x]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: