Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
allancoding authored Sep 13, 2023
1 parent 75bb41f commit f68ce04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Build Jar!

on:
push:
branches: [ "main" ]
Expand All @@ -16,7 +17,7 @@ jobs:
java-version: '8'
- name: Build
run: ./build.sh
- uses: EndBug/add-and-commit@v9
- name: Push
- name: Push Jar!
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions

0 comments on commit f68ce04

Please sign in to comment.