Add release branches to Go GHA workflows

This commit is contained in:
Wilken Rivera 2023-04-28 14:16:37 -04:00
parent 06fe087097
commit 7c29c9887e
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: