Skip to content

Commit e769103

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-clientadvisor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
password_secret: ${{ matrix.password_secret }}
3737
app_name: ${{ matrix.app_name }}
3838
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' }}
39+
push: ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'dependabotchanges' }}
4040
secrets: inherit

0 commit comments

Comments
 (0)