Add ci-snapshot.yml GHA Workflow

* Make it reuse a workflow from `spring-integration-aws` as an experiment
This commit is contained in:
Artem Bilan
2023-10-23 11:48:03 -04:00
parent 6db704158f
commit 102087b07a

13
.github/workflows/ci-snapshot.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: CI SNAPSHOT
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build_snapshot:
uses: spring-projects/spring-integration-aws/.github/workflows/ci-snapshot.yml@main
secrets: inherit