Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Only run jar builds on master
  • Loading branch information
kiranshila committed Sep 3, 2021
1 parent 6ddd659 commit 7aec9eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Main
on: push
on:
push:
branches:
- master
jobs:
build-and-publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7aec9eb

Please sign in to comment.