From 6e814c951e093d9259e5d98456907eeabfac99a9 Mon Sep 17 00:00:00 2001 From: Subindev D <64056430+subindev-d@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:37:11 +0100 Subject: [PATCH] Add CI for testing and building for main and dev branches Renamed branch name from master to main in the CI --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5332261..5f9f1a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,9 +6,9 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master ] + branches: [ main, dev ] pull_request: - branches: [ master ] + branches: [ main, dev ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: