Merge pull request #12389 from hashicorp/nywilken/release-branch-checks

Add release branches to Go GHA workflows
This commit is contained in:
Wilken Rivera 2023-04-28 14:32:53 -04:00 committed by GitHub
commit f359e517a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ on:
push:
branches:
- 'main'
- release/**
pull_request:
env:

View file

@ -8,6 +8,7 @@ on:
push:
branches:
- 'main'
- release/**
pull_request:
permissions: