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 fafc90b commit b1c04c9Copy full SHA for b1c04c9
.github/workflows/build-clientadvisor.yml
@@ -15,6 +15,7 @@ on:
15
paths:
16
- ClientAdvisor/**
17
merge_group:
18
+ workflow_dispatch:
19
20
jobs:
21
docker-build:
@@ -35,5 +36,5 @@ jobs:
35
36
password_secret: ${{ matrix.password_secret }}
37
app_name: ${{ matrix.app_name }}
38
dockerfile: ${{ matrix.dockerfile }}
- push: ${{ github.event_name == 'push' && github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' }}
39
- secrets: inherit
+ 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