From 34497cedae9dcee6cd31223e54f44ebe7241e938 Mon Sep 17 00:00:00 2001 From: miguelgfierro Date: Tue, 28 Apr 2026 17:57:52 +0200 Subject: [PATCH] ci: don't run on push to main, only on PRs CI was duplicating runs by triggering on both push to main and PRs. Same change applied previously to fireflyframework-agentic. --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 846e4ea..e98db0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,13 +1,6 @@ name: CI on: - push: - branches: [main] - paths-ignore: - - '**.md' - - 'docs/**' - - 'LICENSE' - - '.gitignore' pull_request: branches: [main] paths-ignore: