Skip to content

Commit

Permalink
Merge pull request #4859 from aws/feat-add-feature-workflows
Browse files Browse the repository at this point in the history
add feature workflows
  • Loading branch information
wty-Bryant committed May 26, 2023
2 parents 9bf064e + c1000b9 commit 0131d37
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Go Tests

on:
push:
branches: [ main ]
branches:
- main
- 'feat-**'
pull_request:
branches: [ main ]
branches:
- main
- 'feat-**'

jobs:

Expand Down

0 comments on commit 0131d37

Please sign in to comment.