Skip to content

Commit

Permalink
workflow: add both dispatch and call to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rorycl committed Apr 5, 2024
1 parent 2de457f commit 1e71d24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/component-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
name: test-component

on:
# run on both call (trigger event) and dispatch (manual)
workflow_call:
workflow_dispatch:

jobs:

Expand Down

0 comments on commit 1e71d24

Please sign in to comment.