We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e769103 commit df14525Copy full SHA for df14525
.github/workflows/build-researchassistant.yml
@@ -15,6 +15,7 @@ on:
15
paths:
16
- ResearchAssistant/**
17
merge_group:
18
+ workflow_dispatch:
19
20
jobs:
21
docker-build:
@@ -32,5 +33,5 @@ jobs:
32
33
password_secret: ${{ matrix.password_secret }}
34
app_name: ${{ matrix.app_name }}
35
dockerfile: ${{ matrix.dockerfile }}
- push: ${{ github.event_name == 'push' && github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' }}
36
- secrets: inherit
+ push: ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'dependabotchanges' }}
37
+ secrets: inherit
0 commit comments