Skip to content

Commit

Permalink
let workflow run on pr in current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Jan 31, 2024
1 parent 941725c commit 4a32ea5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
pull_request:
branches: [ release ]

env:
PYTHON_VERSION: "3.10"
Expand Down

0 comments on commit 4a32ea5

Please sign in to comment.