Skip to content

Commit

Permalink
add repository_dispatch event (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor authored Sep 19, 2024
1 parent fe5a589 commit 57d2a0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches:
- main
workflow_dispatch:
repository_dispatch:
types: [publish-event]

# Recommended by https://github.com/JamesIves/github-pages-deploy-action
permissions:
contents: read
Expand Down

0 comments on commit 57d2a0b

Please sign in to comment.