Skip to content

Merge pull request #2 from renatohberg/02-GitHubActions #1

Merge pull request #2 from renatohberg/02-GitHubActions

Merge pull request #2 from renatohberg/02-GitHubActions #1

Workflow file for this run

# Nome do Workflow
name: DevOpsLab Pipeline
# Evento que irá acionar a pipeline
on:
push:
branches:
- main
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Download do Repositório
uses: actions/checkout@v4 # https://github.com/actions/checkout