mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Enable github workflows on feature branches
This commit is contained in:
parent
199a751353
commit
2a206ccd68
3 changed files with 3 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -13,6 +13,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
- release/**
|
||||
- feature/**
|
||||
|
||||
env:
|
||||
REPO_NAME: "packer"
|
||||
|
|
|
|||
1
.github/workflows/go-test.yml
vendored
1
.github/workflows/go-test.yml
vendored
|
|
@ -10,6 +10,7 @@ on:
|
|||
branches:
|
||||
- 'main'
|
||||
- release/**
|
||||
- feature/**
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
|
|
|||
1
.github/workflows/go-validate.yml
vendored
1
.github/workflows/go-validate.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
branches:
|
||||
- 'main'
|
||||
- release/**
|
||||
- feature/**
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue