We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6e074 commit 2ad844eCopy full SHA for 2ad844e
.github/workflows/deploy-builder-api.yml
@@ -7,10 +7,8 @@ on:
7
push:
8
branches:
9
- main
10
- paths:
11
- - 'builder-api/**'
12
- - 'devbox.json'
13
- - 'devbox.lock'
+ pull_request:
+ branches: [ main ]
14
15
env:
16
PROJECT_ID: 'benefit-decision-toolkit-play'
@@ -90,6 +88,7 @@ jobs:
90
88
env_vars: |
91
89
QUARKUS_GOOGLE_CLOUD_PROJECT_ID=${{ env.PROJECT_ID }}
92
GCS_BUCKET_NAME=${{ env.PROJECT_ID }}.firebasestorage.app
+ LIBRARY_API_BASE_URL=https://library-api-1034049717668.us-central1.run.app
93
94
# If required, use the Cloud Run URL output in later steps
95
- name: 'Show output'
0 commit comments