Skip to content

Commit 7319be4

Browse files
committed
GHA: Run CI on pull requests
1 parent fe3cb6d commit 7319be4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/ci.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: ci
2+
3+
permissions:
4+
contents: read
5+
6+
on: # yamllint disable-line rule:truthy
7+
pull_request:
8+
branches:
9+
- master
10+
11+
jobs:
12+
13+
mpich:
14+
uses: ./.github/workflows/cd-wheel.yml
15+
with:
16+
mpiname: mpich
17+
18+
openmpi:
19+
uses: ./.github/workflows/cd-wheel.yml
20+
with:
21+
mpiname: openmpi

0 commit comments

Comments
 (0)