Skip to content

Commit

Permalink
Add ci-snapshot.yml GHA Workflow
Browse files Browse the repository at this point in the history
* Make it reuse a workflow from `spring-integration-aws` as an experiment
  • Loading branch information
artembilan committed Oct 23, 2023
1 parent 6db7041 commit 102087b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci-snapshot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 102087b

Please sign in to comment.