Skip to content

Commit df14525

Browse files
Update build-researchassistant.yml
1 parent e769103 commit df14525

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-researchassistant.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
paths:
1616
- ResearchAssistant/**
1717
merge_group:
18+
workflow_dispatch:
1819

1920
jobs:
2021
docker-build:
@@ -32,5 +33,5 @@ jobs:
3233
password_secret: ${{ matrix.password_secret }}
3334
app_name: ${{ matrix.app_name }}
3435
dockerfile: ${{ matrix.dockerfile }}
35-
push: ${{ github.event_name == 'push' && github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' }}
36-
secrets: inherit
36+
push: ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'dependabotchanges' }}
37+
secrets: inherit

0 commit comments

Comments
 (0)