Re-enable snapshot build on every push

This commit is contained in:
Alex Boyko
2023-08-04 23:43:13 -04:00
committed by GitHub
parent 7bf68cbb2e
commit a498484d51

View File

@@ -4,16 +4,16 @@ concurrency:
group: eclipse-ls-extension-snapshot
cancel-in-progress: true
# on:
# workflow_dispatch:
on:
workflow_dispatch:
#on:
# push:
# branches:
# - 'main'
push:
branches:
- 'main'
jobs:
eclipse-ls-extensions:
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
with:
build_type: 'snapshot'
secrets: inherit
secrets: inherit