Skip to content

Commit

Permalink
feat(CI/CD): Try to enable manual redeployment runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Alexander Strømseng authored and GitHub committed Jul 24, 2024
1 parent a6f2865 commit b3c397e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autoredeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Server auto deploy
on:
push:
branches: ["main"]
workflow_dispatch:

jobs:
docker-build:
Expand Down

0 comments on commit b3c397e

Please sign in to comment.