From 6768320a92ffaed5e9a41739384ca126fc6ea2de Mon Sep 17 00:00:00 2001 From: Isaiah Vita <82135527+isaiahvita@users.noreply.github.com> Date: Thu, 30 Mar 2023 14:59:07 -0700 Subject: [PATCH] add GH workflows for ep20 feature branch (#419) --- .github/workflows/codegen.yml | 2 +- .github/workflows/go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index e03841645..32031d6db 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -4,7 +4,7 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] + branches: [ main, ep20 ] jobs: codegen-test: diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8ca94200a..da10e3fd4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,7 +4,7 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] + branches: [ main, ep20 ] jobs: unit-tests: