Skip to content

Commit

Permalink
Create CI build in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmcnees committed Jun 14, 2024
1 parent 29fbd66 commit ff17691
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/continuous-integration-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: CI Build

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
uses: spring-guides/getting-started-macros/.github/workflows/build_initial_complete_maven_gradle.yml@main

0 comments on commit ff17691

Please sign in to comment.