Skip to content

Commit

Permalink
Merge pull request #2 from disneystreaming/disable-publish-on-main
Browse files Browse the repository at this point in the history
Disable release on main
  • Loading branch information
Baccata committed Dec 22, 2021
2 parents ee6236b + 45a4feb commit 88ffcd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
sbt test_$BUILD_KEY \
pushRemoteCache_$BUILD_KEY \
-J-Xmx2G
-J-Xmx4G
- name: Run checks
if: matrix.scalaVersion == '2_13' && matrix.scalaPlatform == 'jvm' && matrix.ceVersion == 'CE2'
Expand All @@ -79,7 +79,7 @@ jobs:
release:
name: Release
needs: [build]
if: startsWith(github.ref, 'refs/tags/v') || (github.ref == 'refs/heads/main')
if: startsWith(github.ref, 'refs/tags/v') # || (github.ref == 'refs/heads/main')
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
Expand Down

0 comments on commit 88ffcd6

Please sign in to comment.