Run github CI on a ci-test branch too

Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
pull/210/head
Jim Ramsay 2023-01-02 07:09:54 -05:00
parent 4b126da54c
commit 7c8c52dfb2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Build check
on: on:
push: push:
branches: [ "master" ] branches: [ "master", "ci-test" ]
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]