
* Update GitHub Actions.yaml * Update GitHub Actions.yaml * Update GitHub Actions.yaml * Update GitHub Actions.yaml * Prepare for review
11 lines
137 B
YAML
11 lines
137 B
YAML
name: Hello World
|
|
|
|
on:
|
|
[workflow_dispatch, push]
|
|
|
|
jobs:
|
|
hello:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "Hello World"
|