From 4af7da25e580c611f5dd32a6addfad7d338067ba Mon Sep 17 00:00:00 2001 From: ITQ <118541411+devitq@users.noreply.github.com> Date: Fri, 22 May 2026 17:25:25 +0300 Subject: [PATCH] ci(docker): allow push for develop branch as well --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14107d1..dd165c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: