summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2021-04-21 17:12:29 +0200
committerGitHub <noreply@github.com>2021-04-21 17:12:29 +0200
commit0d995011b19b243bc980588cd98786b7c41a0509 (patch)
tree6d45d2025c63f2633380c4b0339aa0d3a2f2a6f0 /.github
parentcd3ce6140d7a2dbe2bcf05927a8dd8289f4ce9e2 (diff)
[MRG] Fixes issue #239 (deprecated numpy types) (#244)
* remove warning numpy int? * use long long * stoupid mistake * cleanup double test run in PR from local branch
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 f4d55d1..2fc6770 100644
--- a/.github/workflows/build_tests.yml
+++ b/.github/workflows/build_tests.yml
@@ -3,9 +3,11 @@ name: Tests
on:
workflow_dispatch:
pull_request:
+ branches:
+ - 'master'
push:
branches:
- - '**'
+ - 'master'
create:
branches:
- 'master'