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 6eb608f commit 1e277f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Github action for connecting to digitalocean server and run the deploy script
name: Deploy
on:
on: workflow_dispatch
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1e277f4

Please sign in to comment.