Skip to content

Commit

Permalink
✨ Allow triggering deployment manually and via API (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thalhammer committed Jul 1, 2024
1 parent 36ce62c commit 35eeadd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [master]
pull_request:
branches: [master]
repository_dispatch:
types: [website-deploy]
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 35eeadd

Please sign in to comment.