Skip to content

Commit

Permalink
fix. gaction reqs workflow_dispatch, not dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
vimeh committed Sep 11, 2023
1 parent e3cfab7 commit 6e0b87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
@@ -1,7 +1,7 @@
name: Sync to Server

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

0 comments on commit 6e0b87b

Please sign in to comment.