diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 23d0923658..575f6cf6a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -291,12 +291,12 @@ jobs: fi fi - # This job deploys snapshots on the master branch + # This job deploys snapshots on the v3.6 branch DeployJavaSnapshot: needs: [BuildJMonkey] name: Deploy Java Snapshot runs-on: ubuntu-latest - if: github.event_name == 'push' && github.ref_name == 'master' + if: github.event_name == 'push' && github.ref_name == 'v3.6' steps: # We need to clone everything again for uploadToMaven.sh ...