Skip to content

Commit

Permalink
Added workflow_dispatch to deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1ckyf0x authored Nov 18, 2024
1 parent 5a8ccfe commit 9f35efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 9f35efe

Please sign in to comment.