Skip to content

Commit

Permalink
Add PR trigger to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed May 29, 2023
1 parent c59facc commit d15ca72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/phono3py-pytest-conda-mkl.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Pytest with mkl

on:
pull_request:
branches: [ develop ]
push:
branches-ignore:
- publish-gh-pages
Expand All @@ -15,7 +17,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/phono3py-pytest-conda.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Pytest with openblas

on:
pull_request:
branches: [ develop ]
push:
branches-ignore:
- publish-gh-pages
Expand All @@ -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
Expand Down

0 comments on commit d15ca72

Please sign in to comment.