Skip to content

Commit b1c04c9

Browse files
Update build-clientadvisor.yml
1 parent fafc90b commit b1c04c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-clientadvisor.yml

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

1920
jobs:
2021
docker-build:
@@ -35,5 +36,5 @@ jobs:
3536
password_secret: ${{ matrix.password_secret }}
3637
app_name: ${{ matrix.app_name }}
3738
dockerfile: ${{ matrix.dockerfile }}
38-
push: ${{ github.event_name == 'push' && github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' }}
39-
secrets: inherit
39+
push: ${{ github.event_name == 'push' && github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'dependabotchanges' }}
40+
secrets: inherit

0 commit comments

Comments
 (0)