Skip to content

Commit

Permalink
git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
luiseduardoalencar committed Nov 25, 2024
1 parent 4b5cb47 commit c391c88
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c391c88

Please sign in to comment.