1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-02-25 02:05:18 +00:00
_/.github/workflows/github-os-sample.yml

8 lines
147 B
YAML
Raw Normal View History

2020-10-08 10:45:43 +09:00
name: github-os-sample
on: workflow_dispatch
jobs:
main:
runs-on: ${{ github.event.event_type }}
steps:
- run: echo 'hello world!'