Skip to content

Commit

Permalink
Change regexp to github actions syntax (kyma-project#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke authored Oct 22, 2024
1 parent 6b6735d commit acedb9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: release
on:
push:
tags:
- '^v?\d+\.\d+\.\d+(?:-.*)?$'
- 'v?[0-9]+.[0-9]+.[0-9]+'
- 'v?[0-9]+.[0-9]+.[0-9]+-**'

jobs:
builds:
Expand Down

0 comments on commit acedb9a

Please sign in to comment.