Skip to content

Commit

Permalink
Merge pull request #3 from SvMak/add-workflow-dispatch
Browse files Browse the repository at this point in the history
add: workflow_dispatch to deploy action
  • Loading branch information
SvMak authored Aug 20, 2024
2 parents 589af1a + da3bc60 commit fa93d16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 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 fa93d16

Please sign in to comment.