Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 246 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 246 Bytes

github-actions_workflow_run

.github/workflows/workflow_run.yml

  • workflows どちらの指定方法でもOK。
on:
  workflow_run:
    workflows: ["Main Action"]
on:
  workflow_run:
    workflows:
      - Main Action