Skip to content

Commit

Permalink
Fix the badge to show status from the master branch (#1591)
Browse files Browse the repository at this point in the history
### What's done:

 - The build status badge included from README.md now is showing
   status from the `master` branch.
  • Loading branch information
0x6675636b796f75676974687562 authored Dec 20, 2022
1 parent d738167 commit 39fe999
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
name: Build and test

on:
pull_request
pull_request:
push:
branches:
- 'master'

jobs:
build_and_test_with_code_coverage:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="/logo.svg" width="64px"/>

![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)
Expand Down

0 comments on commit 39fe999

Please sign in to comment.