Merge pull request #12246 from hashicorp/backport/nywilken/release-branch-builds/broadly-viable-skylark

This pull request was automerged via backport-assistant
This commit is contained in:
hc-github-team-packer
2023-02-06 15:33:34 -05:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
+7 -1
View File
@@ -6,7 +6,13 @@
name: build
on: [ workflow_dispatch, push, workflow_call ]
on:
workflow_dispatch:
workflow_call:
push:
branches:
- main
- release/**
env:
REPO_NAME: "packer"
+1
View File
@@ -10,6 +10,7 @@ project "packer" {
repository = "packer"
release_branches = [
"main",
"release/**"
]
}
}