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