Skip to content

ci: add main.yml file, for github actions ci pipeline #2

ci: add main.yml file, for github actions ci pipeline

ci: add main.yml file, for github actions ci pipeline #2

Workflow file for this run

name: CI-CD
on:
push:
branches: ["develop"]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Exemplo
uses: echo "Hello World !!"