We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4d080 commit e688861Copy full SHA for e688861
.github/workflows/main.yml
@@ -291,12 +291,12 @@ jobs:
291
fi
292
293
294
- # This job deploys snapshots on the master branch
+ # This job deploys snapshots on the v3.6 branch
295
DeployJavaSnapshot:
296
needs: [BuildJMonkey]
297
name: Deploy Java Snapshot
298
runs-on: ubuntu-latest
299
- if: github.event_name == 'push' && github.ref_name == 'master'
+ if: github.event_name == 'push' && github.ref_name == 'v3.6'
300
steps:
301
302
# We need to clone everything again for uploadToMaven.sh ...
0 commit comments