From 3ec8432166758b75b53ed3e00d8fd8bce1d193b7 Mon Sep 17 00:00:00 2001 From: Guilherme Stark Date: Wed, 2 Jul 2025 12:01:08 +0200 Subject: [PATCH] fix: disable update_api_spec action from triggering on main branch --- .github/workflows/update_api_spec.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update_api_spec.yml b/.github/workflows/update_api_spec.yml index e6071e7e..7f2913f5 100644 --- a/.github/workflows/update_api_spec.yml +++ b/.github/workflows/update_api_spec.yml @@ -5,6 +5,8 @@ name: Update API Spec on: workflow_dispatch: push: + branches-ignore: + - main paths: - 'api/*'