Skip to content

Commit

Permalink
Merge pull request #16 from SvMak/add-workflow-dispatch
Browse files Browse the repository at this point in the history
add: dispatch to deploy workflow config
  • Loading branch information
SvMak authored Sep 26, 2024
2 parents f3027ce + 6cd41b3 commit d1a0be1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
push:
branches:
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit d1a0be1

Please sign in to comment.