Skip to content

Commit e688861

Browse files
committed
main.yml: deploy "Java" snapshots from the v3.6 branch
1 parent 5a4d080 commit e688861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,12 +291,12 @@ jobs:
291291
fi
292292
fi
293293
294-
# This job deploys snapshots on the master branch
294+
# This job deploys snapshots on the v3.6 branch
295295
DeployJavaSnapshot:
296296
needs: [BuildJMonkey]
297297
name: Deploy Java Snapshot
298298
runs-on: ubuntu-latest
299-
if: github.event_name == 'push' && github.ref_name == 'master'
299+
if: github.event_name == 'push' && github.ref_name == 'v3.6'
300300
steps:
301301

302302
# We need to clone everything again for uploadToMaven.sh ...

0 commit comments

Comments
 (0)