Skip to content

Commit

Permalink
Add some useful checking on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Sep 30, 2024
1 parent e6c9778 commit 441a777
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
with:
mill-version: ${{ env.MILL_VERSION }}

- name: Build packages
run: |
mill -i __.jar
- name: Publish ${{ github.ref }}
if: startsWith(github.ref, 'refs/tags/v')
run: |
Expand Down

0 comments on commit 441a777

Please sign in to comment.