Skip to content

Commit

Permalink
workflows: run tests for master
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).

Signed-off-by: Roman Khimov <roman@nspcc.ru>
  • Loading branch information
roman-khimov committed Aug 21, 2024
1 parent 2c3282c commit 5d39e22
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 5d39e22

Please sign in to comment.