Skip to content

Commit

Permalink
[#57] updating build script to build specific PR branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdash committed Jan 29, 2024
1 parent 3c8bba3 commit 976b941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name: Python package
on:
push:
branches: [ master ]
pull_request_target:
branches: [ master ]
pull_request:
branches: [ 57-upgrade-to-pydantic-v2 ]

jobs:
build:
Expand Down

0 comments on commit 976b941

Please sign in to comment.