Add testing branch to Docker workflow triggers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Igor 2026-02-13 21:34:55 +03:00
parent 46b3b208ad
commit 1a220ce7aa
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Docker
on:
push:
branches: [ main ]
branches: [ main, testing ]
tags: [ '*' ]
env: