Skip to content

Commit

Permalink
Fix Workflow File
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Hadley <[email protected]>
  • Loading branch information
ahadley1124 committed Dec 21, 2023
1 parent 59b3eba commit 0fad54c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Deploy to Server

on:
push:
branches: 'master'
branches:
- "main"
workflow_dispatch:

jobs:
build_api:
Expand Down
2 changes: 1 addition & 1 deletion Docker_Compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ services:
context: .
ports:
- 4550:4550
restart: unless-stopped
restart: unless-stopped

0 comments on commit 0fad54c

Please sign in to comment.