From 907023d73ebfbdb8f716be9a3c86379df6cdded0 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Tue, 5 May 2026 14:55:27 +0200 Subject: [PATCH] chore: run CI on main pushes --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5baa3ae7..afc203eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,10 @@ name: CI on: - - pull_request + pull_request: + push: + branches: + - main permissions: contents: read