From 0e5907bdc4b9d4465913cd3609a394e07be1138f Mon Sep 17 00:00:00 2001 From: Aidan Heerdegen Date: Mon, 19 Aug 2024 16:24:34 +1000 Subject: [PATCH] Change to trigger branch from master to 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 0eb90fd..2bd67d2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -5,9 +5,9 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master, develop ] + branches: [ main, develop ] pull_request: - branches: [ master, develop ] + branches: [ main, develop ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: