summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2021-04-19 08:44:32 +0200
committerGitHub <noreply@github.com>2021-04-19 08:44:32 +0200
commit99e1012803d57136de945d74da64ab0fc7c29708 (patch)
tree51cb475e09c72ce7bec6d7c93a5d8b7d085f6190 /.github
parent97fd14b9103251b17dab31365b41f67d8c4acc27 (diff)
[MRG] Make tests runs on push (#240)
* run test for every push * rename action to tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_tests.yml4
1 files changed, 3 insertions, 1 deletions
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'