mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 08:21:43 -04:00
backport of commit 93400ed9dd
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