diff --git a/.github/workflows/phono3py-pytest-conda-mkl.yml b/.github/workflows/phono3py-pytest-conda-mkl.yml index f8c80b69..de4e5c79 100644 --- a/.github/workflows/phono3py-pytest-conda-mkl.yml +++ b/.github/workflows/phono3py-pytest-conda-mkl.yml @@ -1,6 +1,8 @@ name: Pytest with mkl on: + pull_request: + branches: [ develop ] push: branches-ignore: - publish-gh-pages @@ -15,7 +17,7 @@ jobs: shell: bash -l {0} strategy: matrix: - python-version: ["3.10"] + python-version: ["3.11"] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/phono3py-pytest-conda.yml b/.github/workflows/phono3py-pytest-conda.yml index a05aa2e9..51504329 100644 --- a/.github/workflows/phono3py-pytest-conda.yml +++ b/.github/workflows/phono3py-pytest-conda.yml @@ -1,6 +1,8 @@ name: Pytest with openblas on: + pull_request: + branches: [ develop ] push: branches-ignore: - publish-gh-pages @@ -15,7 +17,7 @@ jobs: shell: bash -l {0} strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v2