From c391c8897809ffbf24528da3705803108c3e73a9 Mon Sep 17 00:00:00 2001 From: Luis Eduardo Date: Mon, 25 Nov 2024 12:13:08 -0300 Subject: [PATCH] git actions --- .github/workflows/prod.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/prod.yml diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml new file mode 100644 index 0000000..9f940aa --- /dev/null +++ b/.github/workflows/prod.yml @@ -0,0 +1,18 @@ +name: Gestao de Vagas Application + + +on: + push: + branches: [main] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v3 + - name: Setup Java + uses: actions/setup-java@v3 + with: + distribuition: temurin + java-version: 17 \ No newline at end of file