Skip to content

Commit

Permalink
Tweaking github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaytotomato committed Jul 26, 2024
1 parent 7fc5d72 commit 97a8e1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ name: Build

on:
push:
branches:
- master
paths:
- 'src/**'
- '.github/**'
pull_request:
branches:
- master
paths:
- 'src/**'
- '.github/**'

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# location4j 🌎4️⃣♨️

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/tomaytotomato/location4j/master.yml)
![GitHub branch status](https://img.shields.io/github/checks-status/tomaytotomato/location4j/master)
![GitHub branch check runs](https://img.shields.io/github/check-runs/tomaytotomato/location4j/master)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=tomaytotomato_location4j&metric=bugs)](https://sonarcloud.io/summary/new_code?id=tomaytotomato_location4j)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=tomaytotomato_location4j&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=tomaytotomato_location4j)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/tomaytotomato/location4j)
Expand Down

0 comments on commit 97a8e1b

Please sign in to comment.