mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Add release branches to Go GHA workflows
This commit is contained in:
parent
06fe087097
commit
7c29c9887e
2 changed files with 2 additions and 0 deletions
1
.github/workflows/go-test.yml
vendored
1
.github/workflows/go-test.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- release/**
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
|
|
|||
1
.github/workflows/go-validate.yml
vendored
1
.github/workflows/go-validate.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- release/**
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue