GHA: try auto-trigger nightly-distributions.html upload

This commit is contained in:
aboyko
2023-09-29 13:54:45 -04:00
parent a7db32049b
commit 1ae122a0cb
3 changed files with 12 additions and 7 deletions

View File

@@ -6,9 +6,9 @@ concurrency:
on:
workflow_dispatch:
# push:
# branches:
# - 'main'
push:
branches:
- 'main'
jobs:
eclipse-ls-extensions:

View File

@@ -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: