ci: fix trigger to run on push to all branches
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Stefan Goppelt 2026-03-29 16:40:38 +02:00
parent b349586755
commit 40834fdfce
1 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ trigger:
- push - push
- tag - tag
ref: ref:
include:
- refs/heads/**
- refs/tags/v* - refs/tags/v*
steps: steps: