Skip to content

Commit

Permalink
ci: 🎡 include develop branch in wheels workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Aug 7, 2023
1 parent 1b823c9 commit 4417e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ on:
push:
branches:
- main
- develop
- "v[0-9]+.[0-9]+"
tags:
- "v*"
pull_request:
branches:
- main
- develop
- "v[0-9]+.[0-9]+"
workflow_dispatch:

Expand Down

0 comments on commit 4417e5f

Please sign in to comment.