Skip to content

Commit 15f9fdd

Browse files
author
jjstratton
committed
added back in profiles
1 parent 08654ca commit 15f9fdd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dev-efiling-api-build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
- cron: "0 0 * */3 *"
66
push:
7-
branches: [master]
7+
branches: [artifactory]
88
paths:
99
- "src/backend/**"
1010
- ".github/workflows/dev-efiling-api-build.yaml"
@@ -25,6 +25,8 @@ jobs:
2525
password: ${{ secrets.EFILING_ARTIFACTORY_PASSWORD }}
2626

2727
- name: Build Image
28+
env:
29+
MVN_PROFILE: efiling-api,splunk
2830
run: |
2931
docker compose build efiling-api
3032
docker tag jag-file-submission-efiling-api artifacts.developer.gov.bc.ca/efc7-efiling-api/efiling-api:dev

0 commit comments

Comments
 (0)