diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml new file mode 100644 index 0000000000..f9aa4d0c80 --- /dev/null +++ b/.github/workflows/ci-snapshot.yml @@ -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 +