Skip to content

Commit

Permalink
ci: make the scripts uniform
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Oct 5, 2024
1 parent 8c23d77 commit d780662
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI_BracketingNonlinearSolve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ on:
- master
paths:
- "lib/BracketingNonlinearSolve/**"
- "lib/NonlinearSolveBase/**"
- ".github/workflows/CI_BracketingNonlinearSolve.yml"
- "lib/NonlinearSolveBase/src/**"
- "lib/NonlinearSolveBase/ext/**"
- "lib/NonlinearSolveBase/Project.toml"
push:
branches:
- master
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/CI_NonlinearSolve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- "Project.toml"
- ".github/workflows/CI_NonlinearSolve.yml"
- "lib/SciMLNonlinearOperators/**"
- "lib/BracketingNonlinearSolve/**"
- "lib/NonlinearSolveBase/**"
- "lib/SimpleNonlinearSolve/**"
push:
branches:
- master
Expand Down
13 changes: 3 additions & 10 deletions .github/workflows/CI_SimpleNonlinearSolve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,10 @@ on:
branches:
- master
paths:
- "lib/SimpleNonlinearSolve/src/**"
- "lib/SimpleNonlinearSolve/ext/**"
- "lib/SimpleNonlinearSolve/test/**"
- "lib/SimpleNonlinearSolve/Project.toml"
- "lib/SimpleNonlinearSolve/**"
- "lib/BracketingNonlinearSolve/**"
- "lib/NonlinearSolveBase/**"
- ".github/workflows/CI_SimpleNonlinearSolve.yml"
- "lib/BracketingNonlinearSolve/src/**"
- "lib/BracketingNonlinearSolve/ext/**"
- "lib/BracketingNonlinearSolve/Project.toml"
- "lib/NonlinearSolveBase/src/**"
- "lib/NonlinearSolveBase/ext/**"
- "lib/NonlinearSolveBase/Project.toml"
push:
branches:
- master
Expand Down

0 comments on commit d780662

Please sign in to comment.