Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
white0dew committed Jun 23, 2024
1 parent 2bd743c commit 0f17777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: deploy
on:
push:
branches: [master, dev, main]
repository_dispatch:
types:
- deploy

jobs:
build-and-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sync Docs
on:
repository_dispatch:
types:
- deploy
- sync

jobs:
build:
Expand Down

0 comments on commit 0f17777

Please sign in to comment.