mirror of https://github.com/telemt/telemt.git
Add testing branch to Docker workflow triggers
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
46b3b208ad
commit
1a220ce7aa
|
|
@ -2,7 +2,7 @@ name: Docker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main, testing ]
|
||||||
tags: [ '*' ]
|
tags: [ '*' ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue