Skip to content

Commit d95b7d5

Browse files
committed
ci: run on indirect PRs
1 parent 059cbe2 commit d95b7d5

10 files changed

+0
-20
lines changed

.github/workflows/CI_BracketingNonlinearSolve.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (BracketingNonlinearSolve)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/BracketingNonlinearSolve/**"
97
- ".github/workflows/CI_BracketingNonlinearSolve.yml"

.github/workflows/CI_NonlinearSolve.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolve)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "src/**"
97
- "ext/**"

.github/workflows/CI_NonlinearSolveBase.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolveBase)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/NonlinearSolveBase/**"
97
- ".github/workflows/CI_NonlinearSolveBase.yml"

.github/workflows/CI_NonlinearSolveFirstOrder.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolveFirstOrder)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/NonlinearSolveFirstOrder/**"
97
- ".github/workflows/CI_NonlinearSolveFirstOrder.yml"

.github/workflows/CI_NonlinearSolveHomotopyContinuation.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolveHomotopyContinuation)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/NonlinearSolveHomotopyContinuation/**"
97
- ".github/workflows/CI_NonlinearSolveHomotopyContinuation.yml"

.github/workflows/CI_NonlinearSolveQuasiNewton.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolveQuasiNewton)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/NonlinearSolveQuasiNewton/**"
97
- ".github/workflows/CI_NonlinearSolveQuasiNewton.yml"

.github/workflows/CI_NonlinearSolveSpectralMethods.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolveSpectralMethods)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/NonlinearSolveSpectralMethods/**"
97
- ".github/workflows/CI_NonlinearSolveSpectralMethods.yml"

.github/workflows/CI_SCCNonlinearSolve.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (SCCNonlinearSolve)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/SCCNonlinearSolve/**"
97
- ".github/workflows/CI_SCCNonlinearSolve.yml"

.github/workflows/CI_SciMLJacobianOperators.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (SciMLJacobianOperators)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/SciMLJacobianOperators/**"
97
- ".github/workflows/CI_SciMLJacobianOperators.yml"

.github/workflows/CI_SimpleNonlinearSolve.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (SimpleNonlinearSolve)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/SimpleNonlinearSolve/**"
97
- ".github/workflows/CI_SimpleNonlinearSolve.yml"

0 commit comments

Comments
 (0)