Skip to content

Commit

Permalink
release bindings listens to v* too
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Arruda committed Feb 9, 2023
1 parent 7092440 commit 22def32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_bindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Bindings to different programming languages
on:
push:
tags:
- "bindings-v*"
- "v*"

jobs:
"Python":
Expand Down

0 comments on commit 22def32

Please sign in to comment.