File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,14 @@ name: Build Docker and Optional Push - Researcher
2
2
3
3
on :
4
4
push :
5
- branches : [main, dev, demo]
6
- paths :
7
- - ResearchAssistant/**
5
+ branches : [byoc-researcher]
8
6
pull_request :
9
- branches : [main, dev, demo ]
7
+ branches : [byoc-researcher ]
10
8
types :
11
9
- opened
12
10
- ready_for_review
13
11
- reopened
14
12
- synchronize
15
- paths :
16
- - ResearchAssistant/**
17
13
merge_group :
18
14
workflow_dispatch :
19
15
23
19
matrix :
24
20
include :
25
21
- app_name : byoaia-app
26
- dockerfile : ResearchAssistant/App /WebApp.Dockerfile
22
+ dockerfile : src /WebApp.Dockerfile
27
23
password_secret : DOCKER_PASSWORD_RESEARCHASSISTANT
28
24
29
25
uses : ./.github/workflows/build-docker.yml
33
29
password_secret : ${{ matrix.password_secret }}
34
30
app_name : ${{ matrix.app_name }}
35
31
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' }}
37
33
secrets : inherit
You can’t perform that action at this time.
0 commit comments