From 38d9245a518661a12f5996dc593896aed59d872a Mon Sep 17 00:00:00 2001 From: Piyush P Kurur Date: Thu, 1 Feb 2024 11:18:21 +0530 Subject: [PATCH] also build for main. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c18e08b5..7150aca4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ name: Build on: push: - branches: [ 'master' , '0.3' ] + branches: [ 'main' , 'master' , '0.3' ] pull_request: - branches: [ 'master' , '0.3' ] + branches: [ 'main' , 'master' , '0.3' ] schedule: # Daily build. - cron: '42 8 * * *'