ci(develop): build the :develop image on push to develop, not main
Some checks failed
Develop / build (push) Has been cancelled

The "Develop" workflow builds the :develop image but was triggered on
push to main (the stable/default branch, released via v* tags). Switch
the trigger to the develop branch so pushes to develop build the image.
This commit is contained in:
claude_code
2026-06-20 20:02:29 +03:00
parent 6128920264
commit d80a419963

View File

@@ -3,7 +3,7 @@ name: Develop
on:
push:
branches:
- main
- develop
workflow_dispatch:
concurrency: