Update build badge for GitHub Actions

This commit is contained in:
Alexander Bakker 2021-02-10 12:56:49 +01:00
parent ca8f3e49ea
commit 2242dbc6cd
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: Build
name: build
on: [pull_request, push]
jobs:
build:
@ -7,4 +7,4 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v2
- name: Build the app
run: ./gradlew build
run: ./gradlew build