Skip to content

Commit

Permalink
chore: Update deploy workflow to include repository dispatch event
Browse files Browse the repository at this point in the history
  • Loading branch information
7Sageer committed Jul 27, 2024
1 parent 81778e3 commit 34f2d7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy Worker

on:
workflow_dispatch:
repository_dispatch:
push:
branches:
- main
Expand Down

0 comments on commit 34f2d7b

Please sign in to comment.