Skip to content

Commit

Permalink
add dev branch to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Sep 3, 2024
1 parent 4bb536b commit 20c8d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/branch-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ branchTag=""
branchStaticTag=""
prevTag=""

if [ "$ref" == "refs/heads/main" ]; then
if [[ "$ref" == "refs/heads/main" || "$ref" == "refs/heads/kuberlr/main" ]]; then
branchTag="head"
branchStaticTag="main-${commitSha}"
prevTag=$(getPreviousTag "main-")
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/head-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- kuberlr/main
- release/v[0-9]+.0

concurrency:
Expand Down

0 comments on commit 20c8d83

Please sign in to comment.