mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 01:34:00 -04:00
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:
@@ -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"
|
||||
|
||||
@@ -10,6 +10,7 @@ project "packer" {
|
||||
repository = "packer"
|
||||
release_branches = [
|
||||
"main",
|
||||
"release/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user