Skip to content

Commit 102087b

Browse files
committed
Add ci-snapshot.yml GHA Workflow
* Make it reuse a workflow from `spring-integration-aws` as an experiment
1 parent 6db7041 commit 102087b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci-snapshot.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CI SNAPSHOT
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
9+
jobs:
10+
build_snapshot:
11+
uses: spring-projects/spring-integration-aws/.github/workflows/ci-snapshot.yml@main
12+
secrets: inherit
13+

0 commit comments

Comments
 (0)