Skip to content

Commit

Permalink
Update release regex
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
  • Loading branch information
dhaiducek committed Apr 12, 2023
1 parent f0e15dd commit 082b94a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- release-2.[3-9]
- release-[0-9]+.[0-9]+
pull_request:
branches:
- main
- release-2.[3-9]
- release-[0-9]+.[0-9]+

defaults:
run:
Expand Down

0 comments on commit 082b94a

Please sign in to comment.