Skip to content

Update 00-firstworkflow.yaml #3

Update 00-firstworkflow.yaml

Update 00-firstworkflow.yaml #3

name: 00-first workflow
on:
push:
workflow_dispatch:
inputs:
branch:
description: 'Branch to test'
type: string
default: 'dev'
jobs:
echo-hello:
runs-on: ubuntu-latest
steps:
- name: Print Hello
run: echo "Hello world"