Skip to content

Commit

Permalink
Merge pull request #229 from ffromani/unit-test-all-branches
Browse files Browse the repository at this point in the history
gh actions: run unit tests on all branches
  • Loading branch information
ffromani authored Oct 23, 2023
2 parents 35f66ff + 3bfff2a commit 647ac54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: CI Go
on:
pull_request:
branches:
- 'main'
- "main"
- "release-*"

jobs:
build:
Expand Down

0 comments on commit 647ac54

Please sign in to comment.