Skip to content

Commit d0dc28c

Browse files
Update build-researchassistant.yml
1 parent 483512e commit d0dc28c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/build-researchassistant.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@ name: Build Docker and Optional Push - Researcher
22

33
on:
44
push:
5-
branches: [main, dev, demo]
6-
paths:
7-
- ResearchAssistant/**
5+
branches: [byoc-researcher]
86
pull_request:
9-
branches: [main, dev, demo]
7+
branches: [byoc-researcher]
108
types:
119
- opened
1210
- ready_for_review
1311
- reopened
1412
- synchronize
15-
paths:
16-
- ResearchAssistant/**
1713
merge_group:
1814
workflow_dispatch:
1915

@@ -23,7 +19,7 @@ jobs:
2319
matrix:
2420
include:
2521
- app_name: byoaia-app
26-
dockerfile: ResearchAssistant/App/WebApp.Dockerfile
22+
dockerfile: src/WebApp.Dockerfile
2723
password_secret: DOCKER_PASSWORD_RESEARCHASSISTANT
2824

2925
uses: ./.github/workflows/build-docker.yml
@@ -33,5 +29,5 @@ jobs:
3329
password_secret: ${{ matrix.password_secret }}
3430
app_name: ${{ matrix.app_name }}
3531
dockerfile: ${{ matrix.dockerfile }}
36-
push: ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'dependabotchanges' }}
32+
push: ${{ github.ref_name == 'byoc-researcher' || github.ref_name == 'dependabotchanges' }}
3733
secrets: inherit

0 commit comments

Comments
 (0)