Skip to content

Commit

Permalink
Merge pull request #14 from joshua-seals/develop
Browse files Browse the repository at this point in the history
Develop enhancement
  • Loading branch information
joshua-seals authored Feb 27, 2023
2 parents c536d82 + f1ca377 commit 9956fbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
branches-ignore:
- master
- main
- develop
paths-ignore:
- README.md
- .old_cicd/*
Expand All @@ -32,7 +33,7 @@ on:
- develop
- master
- main
types: [ opened ]
types: [ opened, synchronize ]


jobs:
Expand Down
1 change: 0 additions & 1 deletion appstore/api/api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from django.apps import AppConfig


class AppsConfig(AppConfig):
name = "api"
1 change: 1 addition & 0 deletions appstore/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
)
raise
execute_from_command_line(sys.argv)

0 comments on commit 9956fbb

Please sign in to comment.