Add ci-snapshot.yml GHA Workflow
* Make it reuse a workflow from `spring-integration-aws` as an experiment
This commit is contained in:
13
.github/workflows/ci-snapshot.yml
vendored
Normal file
13
.github/workflows/ci-snapshot.yml
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user