Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

name: github action ejemplo
on:
workflow_dispatch:
push:
jobs:
escribe-algo:
name: Escribe algo
runs-on: ubuntu-latest
steps:
- run: echo 'hello'