Skip to content

Commit

Permalink
Add name to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gtuk committed Jul 17, 2021
1 parent ef530ea commit 1944ca3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Release

on:
push:
tags:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/maven-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: Test

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Diga Api
# Diga Api Service

This project is a basic api around the excellent [diga-api-client](https://github.com/alex-therapeutics/diga-api-client)
It supports validation and billing.
Expand Down

0 comments on commit 1944ca3

Please sign in to comment.