Skip to content

Commit

Permalink
add GH workflows for ep20 feature branch (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahvita committed Mar 30, 2023
1 parent 08fe458 commit 6768320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ main, ep20 ]

jobs:
codegen-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ main, ep20 ]

jobs:
unit-tests:
Expand Down

0 comments on commit 6768320

Please sign in to comment.