Skip to content

Commit

Permalink
enhancement #139: exclude release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Aug 28, 2024
1 parent fbc4256 commit 34c934f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- '*'
tags:
- '!v*'

jobs:
generate-python:
Expand Down

0 comments on commit 34c934f

Please sign in to comment.