From 51046c262f11301c37f71df74a4e78ed9f790ef3 Mon Sep 17 00:00:00 2001 From: Trevor Dolby Date: Wed, 29 May 2024 13:08:47 -0500 Subject: [PATCH] Enable CI action Signed-off-by: Trevor Dolby --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4c5fc2..d6c8604 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,9 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [ main, action-update ] + branches: [ main, minikube-cp4i ] pull_request: - branches: [ main, action-update ] + branches: [ main, minikube-cp4i ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: