Skip to content

Commit

Permalink
Add workflow_dispatch (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges authored Sep 16, 2024
1 parent 5f425fa commit a2606c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ permissions: read-all
on:
push:
branches: [ main ]
workflow_dispatch:
branches:
- main

jobs:
push_to_registry_dev:
Expand Down

0 comments on commit a2606c5

Please sign in to comment.