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

Add release branches to Go GHA workflows
pull/12391/head
Wilken Rivera 3 years ago committed by GitHub
commit f359e517a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save