Skip to content

Instantly share code, notes, and snippets.

@weibeld
Created July 31, 2020 09:58
Show Gist options
  • Save weibeld/d4b7f0156a9ea1435f16df2c692ba616 to your computer and use it in GitHub Desktop.
Save weibeld/d4b7f0156a9ea1435f16df2c692ba616 to your computer and use it in GitHub Desktop.
GitHub Actions example workflow — Workflow Dispatch
name: workflow-dispatch
on: workflow_dispatch
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: my-step
run: echo "Hello World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment