Skip to content

Commit

Permalink
ci: Modify to accommodate the changed release naming convention (#2914)…
Browse files Browse the repository at this point in the history
… (#3319)

Co-authored-by: Sion Kang <[email protected]>
  • Loading branch information
lablup-octodog and Yaminyam authored Dec 27, 2024
1 parent 04d7966 commit 4f9952e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- 'main'
- '[0-9][0-9].0[39]'
- '[0-9][0-9].[0-9]'
- '[0-9][0-9].[0-9][0-9]'
tags:
- '[0-9][0-9].0[39].*'
- '[0-9][0-9].[0-9].*'
- '[0-9][0-9].[0-9][0-9].*'
pull_request:
types: [opened, synchronize, reopened]
merge_group:
Expand Down

0 comments on commit 4f9952e

Please sign in to comment.