Skip to content

Commit

Permalink
workflows: run tests for master (#620)
Browse files Browse the repository at this point in the history
Sometimes merged code != PR code and we want to have some proper
statistics for covertage as well (it doesn't have proper data for master
now because we're not collecting it).
  • Loading branch information
carpawell authored Aug 21, 2024
2 parents 2c3282c + d8fea6e commit 802ff3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: neofs-sdk-go tests

on:
push:
branches:
- master
paths-ignore:
- '**/*.md'
pull_request:
branches:
- master
Expand Down

0 comments on commit 802ff3c

Please sign in to comment.