backport of commit 93400ed9dd

This commit is contained in:
Wilken Rivera
2023-02-06 19:22:45 +00:00
parent 3375c6e9a5
commit aa7f877466
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/**"
]
}
}