Skip to content

Commit

Permalink
github filter patterns are not quite regex (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Oct 11, 2024
1 parent 62dac34 commit 6f5afe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
tags:
- '[0-9]+\.[0-9]+\.[0-9]+\+k8s-[0-9]+\.[0-9]+'
- '[0-9]+\.[0-9]+\.[0-9]+\+k8s-[0-9]+\.[0-9]+-.+'
- 'test-.*'
- '[0-9]+\.[0-9]+\.[0-9]+\+k8s-[0-9]+\.[0-9]+-*'
- 'test-*'
permissions:
contents: write
jobs:
Expand Down

0 comments on commit 6f5afe8

Please sign in to comment.