Skip to content

Commit

Permalink
clea
Browse files Browse the repository at this point in the history
nup
  • Loading branch information
fredrikmonsen committed Jan 17, 2025
1 parent d25fa1f commit 85d4d3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ NEXT_PUBLIC_KEYCLOAK_CLIENT_ID=your-client-id
NEXT_PUBLIC_IMAGE_API_PATH=https://your-image-server-example.com
AUTH_API_PATH=https://your-auth-server-example.com
CATALOG_API_PATH=https://your-catalog-server-example.com
DATABASE_URL='file:../db/ammo.db'
DATABASE_URL='postgres://user:password@localhost:5432/database?schema=schemaName'
8 changes: 4 additions & 4 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on:
push:
branches:
- "main" # TODO: fix this before merging ("**")
# pull_request:
# branches:
# - "main"
- "**"
pull_request:
branches:
- "main"

jobs:
node_pull_request_check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-stage-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- "**" # TODO: Change to main before merging (main)
- "main"

jobs:
build-and-deploy:
Expand Down

0 comments on commit 85d4d3e

Please sign in to comment.