Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 23, 2022
1 parent 8a56da9 commit b7b6771
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 33 deletions.
4 changes: 2 additions & 2 deletions lib/SimpleNonlinearSolve/.github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: CI
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
jobs:
test:
runs-on: ubuntu-latest
Expand Down
29 changes: 0 additions & 29 deletions lib/SimpleNonlinearSolve/.github/workflows/Documentation.yml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/SimpleNonlinearSolve/.github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: IntegrationTest
on:
push:
branches: [master]
branches: [main]
tags: [v*]
pull_request:

Expand Down
2 changes: 1 addition & 1 deletion lib/SimpleNonlinearSolve/.github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: format-check
on:
push:
branches:
- 'master'
- 'main'
- 'release-'
tags: '*'
pull_request:
Expand Down

0 comments on commit b7b6771

Please sign in to comment.