Skip to content

Commit

Permalink
Fix builds on tags (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Sep 12, 2024
1 parent 30e371a commit c36c0b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ on:
branches:
- 'main'
- '*.*'
- '!*backport*'
tags:
- 'v*'
- '!*dev*'
- '!*pre*'
- '!*post*'
pull_request:
# Allow manual runs through the web UI
workflow_dispatch:

jobs:
Expand Down

0 comments on commit c36c0b5

Please sign in to comment.