diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 1fb0292c04..07b048030a 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -2,7 +2,10 @@ name: Build and test on: - pull_request + pull_request: + push: + branches: + - 'master' jobs: build_and_test_with_code_coverage: diff --git a/README.md b/README.md index 6a1bf09db5..bfa2ca1086 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -![Build and test](https://github.com/saveourtool/diKTat/workflows/Build%20and%20test/badge.svg) +![Build and test](https://github.com/saveourtool/diKTat/workflows/Build%20and%20test/badge.svg?branch=master) ![deteKT static analysis](https://github.com/saveourtool/diKTat/workflows/Run%20deteKT/badge.svg) ![diKTat code style](https://github.com/saveourtool/diKTat/workflows/Run%20diKTat%20from%20release%20version/badge.svg?branch=master) [![codecov](https://codecov.io/gh/saveourtool/diKTat/branch/master/graph/badge.svg)](https://codecov.io/gh/saveourtool/diKTat)