From c0269f2d97bc01767e50e5744c22bd3f2bf7e452 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 26 Sep 2024 23:23:31 +0000 Subject: [PATCH] Remove branch ignore rule for 'main' in GitHub workflow configuration --- .github/workflows/genai-investigator.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/genai-investigator.yml b/.github/workflows/genai-investigator.yml index 7c38894451..5acf58c43c 100644 --- a/.github/workflows/genai-investigator.yml +++ b/.github/workflows/genai-investigator.yml @@ -4,8 +4,6 @@ on: workflows: ["build"] types: - completed - branches-ignore: - - main permissions: contents: read actions: read