ci(docker): allow push for develop branch as well

This commit is contained in:
ITQ
2026-05-22 17:25:25 +03:00
committed by GitHub
parent 42008900f6
commit 4af7da25e5
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
contents: read
packages: write
with:
push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') || github.event.pull_request.base.ref == 'main' }}
push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') || github.event.pull_request.base.ref == 'main' || github.event.pull_request.base.ref == 'develop' }}
secrets: inherit
notify-main: