mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-15 06:22:49 +00:00
Update build badge for GitHub Actions
This commit is contained in:
parent
ca8f3e49ea
commit
2242dbc6cd
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build-app-workflow.yaml
vendored
4
.github/workflows/build-app-workflow.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue