GitHub_collection_hello-world/g/GitHub Actions.yaml
Tyler887 db9a0a2966
Change GitHub Actions triggers (#1205)
* Update GitHub Actions.yaml

* Update GitHub Actions.yaml

* Update GitHub Actions.yaml

* Update GitHub Actions.yaml

* Prepare for review
2022-01-06 18:29:49 -06:00

11 lines
137 B
YAML

name: Hello World
on:
[workflow_dispatch, push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "Hello World"