Skip to content

Commit

Permalink
Merge pull request #90 from joshua-stauffer/m/update_github_actions
Browse files Browse the repository at this point in the history
update actions
  • Loading branch information
joshua-stauffer authored Dec 30, 2024
2 parents 4c67b0c + 8d577ea commit e5e70cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-server-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: TheHistoryAtlas Docker Image CI

on:
push:
branches: [ dev ]
# pull_request: # test action configuration
# branches: [ dev ]
branches: [ main ]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Test Services"
on:
pull_request:
branches:
- dev
- main

jobs:

Expand Down
3 changes: 3 additions & 0 deletions server/the_history_atlas/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ def get_app() -> FastAPI:
app_manager = AppManager(config_app=config_app)
mount_api(app=app, app_manager=app_manager)
return app


app = get_app()

0 comments on commit e5e70cf

Please sign in to comment.