Skip to content

Commit 66167e8

Browse files
authored
Merge pull request #190 from rohanbabbar04/fix-build-cupy
Specify main branch to push and pull request trigger
2 parents e1b1eb0 + 5a17333 commit 66167e8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build_cupy.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: PyLops-MPI (CuPy)
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
workflow_dispatch:
411

512
jobs:
613
build-mpi:

0 commit comments

Comments
 (0)