Skip to content

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eirslett committed Aug 11, 2019
1 parent cf66c4b commit f838543
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
workflow "Build" {
on = "push"
resolves = ["GitHub Action for Maven"]
}

action "GitHub Action for Maven" {
uses = "LucaFeger/action-maven-cli@765e218a50f02a12a7596dc9e7321fc385888a27"
}

0 comments on commit f838543

Please sign in to comment.