Skip to content

Commit

Permalink
add v1.29 regex
Browse files Browse the repository at this point in the history
  • Loading branch information
voron committed Dec 21, 2023
1 parent 42c0571 commit 98a573e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upstream.schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
"^v1\.25\.[0-9]+$",
"^v1\.26\.[0-9]+$",
"^v1\.27\.[0-9]+$",
"^v1\.28\.[0-9]+$"
"^v1\.28\.[0-9]+$",
"^v1\.29\.[0-9]+$"
]

0 comments on commit 98a573e

Please sign in to comment.