Skip to content

Commit

Permalink
Restore build in PRs, remove publish on non-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Sep 30, 2024
1 parent 755ce1d commit e6c9778
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Continuous Integration

on:
# pull_request:
# branches: ["*"]
pull_request:
branches: ["*"]
push:
# branches: ["main"]
branches: ["dependency-bumps"]
tags: ["v*"]

concurrency:
Expand Down Expand Up @@ -42,7 +41,7 @@ jobs:
mill-version: ${{ env.MILL_VERSION }}

- name: Publish ${{ github.ref }}
# if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
run: |
mill -i __.publishArtifacts
mill -i io.kipp.mill.ci.release.ReleaseModule/publishAll
Expand Down

0 comments on commit e6c9778

Please sign in to comment.