Skip to content

Commit

Permalink
.github: use release-* release branch pattern.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Oct 27, 2023
1 parent bc777a0 commit 7ea55bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches:
- main
- "release/**"
- "release-*"
- "test/**"
pull_request:
branches:
- main
- "release/**"
- "release-*"

env:
GO_VERSION: "1.20.10"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- release-**
- release-*
tags:
- v*

Expand Down

0 comments on commit 7ea55bf

Please sign in to comment.