From f109a826f301ea234ec5dba4330c0f2d139b6c9e Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Fri, 15 Jul 2022 15:08:51 +0200 Subject: [PATCH] Trigger CI on push to main --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2efb293fe5a..b4f14085ee4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,9 @@ on: pull_request: branches: - main + push: + branches: + - main env: HF_SCRIPTS_VERSION: main