Skip to content

Commit

Permalink
update push event trigger (#270)
Browse files Browse the repository at this point in the history
* update push event trigger

* docs: add coverage to readme

* ci: adjust CI trigger

---------

Co-authored-by: Dawid Sowa <[email protected]>
  • Loading branch information
shambupujar and dawidsowardx authored Nov 27, 2024
1 parent 6b173ad commit 468b46b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Build & Test

on:
push:
branches: ['**']
branches:
- develop
- main
pull_request:
workflow_dispatch:

jobs:
phylum_analyze:
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE) [![Coverage](https://img.shields.io/sonar/coverage/radixdlt_babylon-browser-extension?server=https%3A%2F%2Fsonarcloud.io)](https://sonarcloud.io/project/overview?id=radixdlt_babylon-browser-extension)

# Extension

Expand Down

0 comments on commit 468b46b

Please sign in to comment.