From 99e1012803d57136de945d74da64ab0fc7c29708 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Mon, 19 Apr 2021 08:44:32 +0200 Subject: [MRG] Make tests runs on push (#240) * run test for every push * rename action to tests --- .github/workflows/build_tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index 738fb21..0f33584 100644 --- a/.github/workflows/build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -1,8 +1,10 @@ -name: Build and test +name: Tests on: workflow_dispatch: push: + branches: + - '**' create: branches: - 'master' -- cgit v1.2.3