From b681d5946c6dbf8bdfbd03d3aed8d010a43daf22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Tue, 12 Nov 2024 22:29:31 +0100 Subject: [PATCH] Update ci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álex Ruiz --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f64712e90bd53..f358d294e0b3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI # This workflow runs when any of the following occur: # - On push to branches named after ci/* on: - pull_request: + push: # Sequence of patterns matched against refs/heads branches: - "migrate-*"