Skip to content

Commit

Permalink
👷 Update CI tests to point to main
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed May 2, 2024
1 parent 7b5f896 commit c624dae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Latest Changes
on:
pull_request_target:
branches:
- master
- main
types:
- closed
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-redistribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test Redistribute
on:
push:
branches:
- master
- main
pull_request:
types:
- opened
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
on:
push:
branches:
- master
- main
pull_request:
types:
- opened
Expand Down

0 comments on commit c624dae

Please sign in to comment.