Skip to content

Commit

Permalink
Add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Pansysk75 committed Dec 25, 2023
1 parent 1e277f4 commit 29bb2f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Github action for connecting to digitalocean server and run the deploy script
name: Deploy
on: workflow_dispatch
on:
push:
branches:
- main
- master

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 29bb2f6

Please sign in to comment.