Skip to content

Commit

Permalink
fix: updated workflow for submodules to listen on specific event
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinOvergaard committed Jun 30, 2024
1 parent 6f6064e commit d6e59eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: 'Submodules Sync'
on:
# Allows you to run this workflow manually from the Actions tab or through HTTP API
workflow_dispatch:
repository_dispatch:
types: [ updateSubmodules ]

jobs:
sync:
Expand Down

0 comments on commit d6e59eb

Please sign in to comment.