Skip to content

Commit

Permalink
build(release): fix trigger patterns
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Dutescu <[email protected]>
  • Loading branch information
filipdutescu committed Apr 2, 2023
1 parent 8fd1398 commit da36aee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
push:
tags:
- '[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+-[\w-]+'
- '[0-9]+.[0-9]+-*'
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-[\w-]+'
pull_request:
- '[0-9]+.[0-9]+.[0-9]+-*'
pull_request_target:
paths:
- '.github/workflows/release.yml'
branches:
Expand Down

0 comments on commit da36aee

Please sign in to comment.