diff --git a/.github/workflows/linux_blas.yml b/.github/workflows/linux_blas.yml index c98b4976e684..7a5514f8f1b7 100644 --- a/.github/workflows/linux_blas.yml +++ b/.github/workflows/linux_blas.yml @@ -40,6 +40,9 @@ on: branches: - main - maintenance/** + push: + branches: + - ci-blas defaults: run: @@ -62,7 +65,7 @@ jobs: # atlas: netlib-debian: - if: "github.repository == 'scipy/scipy'" + if: "github.repository == 'rgommers/scipy'" runs-on: ubuntu-latest name: "Debian libblas/liblapack" steps: @@ -89,7 +92,7 @@ jobs: netlib-split: - if: "github.repository == 'scipy/scipy'" + if: "github.repository == 'rgommers/scipy'" runs-on: ubuntu-latest container: opensuse/tumbleweed name: "OpenSUSE Netlib BLAS/LAPACK"