Skip to content

Commit

Permalink
Merge pull request #183 from klihub/fixes/workflow-branch-patterns
Browse files Browse the repository at this point in the history
.github: use release-* release branch pattern.
  • Loading branch information
fmuyassarov authored Oct 27, 2023
2 parents 8832f81 + 02f1c46 commit 4aa2596
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 4aa2596

Please sign in to comment.