Skip to content

Commit

Permalink
🎛️ Enable trigger via repo dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
shivekkhurana committed Dec 25, 2023
1 parent bd798ef commit 6db5d79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
workflow_dispatch:

# Make this callable from other workflows
workflow_call:
repository_dispatch:
types: [DEPLOY_WEBSITE]

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit 6db5d79

Please sign in to comment.