From 2d2523a62b640489b0a5f980781f6eff3cdd17f6 Mon Sep 17 00:00:00 2001 From: Ivo Branco Date: Fri, 26 Jul 2024 14:48:27 +0100 Subject: [PATCH] build: fix run CI on push --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa80fdf..e917a1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: CI on: pull_request: + push: branches: - - nau/lilac.master - + - nau/*.master jobs: create-virtualenv: