Skip to content

Commit

Permalink
temp add tests for prs against pydantic_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
collerek committed Feb 5, 2024
1 parent e7a5a41 commit c65fcc9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches-ignore:
- 'gh-pages'
pull_request:
branches: [ master ]
branches: [ master, pydantic_v2 ]

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches-ignore:
- 'gh-pages'
pull_request:
branches: [ master ]
branches: [ master, pydantic_v2 ]

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches-ignore:
- 'gh-pages'
pull_request:
branches: [ master ]
branches: [ master, pydantic_v2 ]

jobs:
tests_docs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches-ignore:
- 'gh-pages'
pull_request:
branches: [ master ]
branches: [ master, pydantic_v2 ]

jobs:
lint:
Expand Down

0 comments on commit c65fcc9

Please sign in to comment.