GHA: try auto-trigger nightly-distributions.html upload
This commit is contained in:
@@ -6,9 +6,9 @@ concurrency:
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'main'
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
eclipse-ls-extensions:
|
||||
|
||||
@@ -2,6 +2,11 @@ name: Upload nightly-distributions.html form the Repo to S3
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
paths:
|
||||
- 'eclipse-distribution/common/html/nightly-distributions.html'
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
@@ -43,26 +43,26 @@
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2023-12 Release (4.30.0)</h3>
|
||||
<div id="e430"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e430').load('sts4-nightly-e4.30.html');
|
||||
$('#e430').load('sts4-nightly-e4.30.html');
|
||||
</script>
|
||||
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2023-09 Milestone Builds (4.29.0)</h3>
|
||||
<div id="e429"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e429').load('sts4-nightly-e4.29.html');
|
||||
$('#e429').load('sts4-nightly-e4.29.html');
|
||||
</script>
|
||||
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2023-06 Release (4.28.0)</h3>
|
||||
<div id="e428"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e428').load('sts4-nightly-e4.28.html');
|
||||
$('#e428').load('sts4-nightly-e4.28.html');
|
||||
</script>
|
||||
|
||||
<h2>Spring Tools 4 - Visual Studio Code Extensions</h2>
|
||||
|
||||
<div id="vsix"></div>
|
||||
<script type="text/javascript">
|
||||
$('#vsix').load('vscode-extensions/vscode-extensions-snippet.html');
|
||||
$('#vsix').load('vscode-extensions/vscode-extensions-snippet.html');
|
||||
</script>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user