Skip to content

Commit

Permalink
Always run Go tests on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixik committed Jul 26, 2021
1 parent fe566fd commit c8b0faf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ on:
branches:
- master
- main
# Only run if there are changes to Go code or related configurations
paths:
- "**.go"
- "go.mod"
- "go.sum"
- "codecov.yml"
pull_request:
# Only run if there are changes to Go code or related configurations
paths:
Expand Down

0 comments on commit c8b0faf

Please sign in to comment.