diff --git a/.github/workflows/petclinic.yaml b/.github/workflows/petclinic.yaml new file mode 100644 index 000000000..e27eb5722 --- /dev/null +++ b/.github/workflows/petclinic.yaml @@ -0,0 +1,7 @@ +name: Build Petclinic +on: [ push ] +jobs: + Build-Petclinic: + runs-on: ubuntu-latest + steps: + run: echo "Hello Github Actions" \ No newline at end of file