Skip to content

Commit

Permalink
Corrected workflows. Now server is configured correctly and workflows…
Browse files Browse the repository at this point in the history
… run on push to main
  • Loading branch information
mauritzs committed Mar 11, 2025
1 parent c055978 commit 947fadd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Deploy to development

on: workflow_dispatch
on:
workflow_dispatch:
push:
branches:
- main

jobs:
deploy-dev:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_primary_nginx.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Deploy nginx configuration to TDT4242 server

on:
workflow_dispatch:
push:
branches:
- main
workflow_dispatch:

jobs:
deploy-nginx:
Expand Down

0 comments on commit 947fadd

Please sign in to comment.