Skip to content

Commit

Permalink
Feat: deployment only happen when manually triggered. Only to test ng…
Browse files Browse the repository at this point in the history
…inx config
  • Loading branch information
mauritzs committed Mar 27, 2025
1 parent 326379a commit 9dcf83a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Deploy to development

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

jobs:
deploy-dev:
Expand Down

0 comments on commit 9dcf83a

Please sign in to comment.