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 b1c04c9 commit e769103Copy full SHA for e769103
.github/workflows/build-clientadvisor.yml
@@ -36,5 +36,5 @@ jobs:
36
password_secret: ${{ matrix.password_secret }}
37
app_name: ${{ matrix.app_name }}
38
dockerfile: ${{ matrix.dockerfile }}
39
- push: ${{ github.event_name == 'push' && github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'dependabotchanges' }}
+ push: ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'dependabotchanges' }}
40
secrets: inherit
0 commit comments