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,7 +7,9 @@ trigger:
- push - push
- tag - tag
ref: ref:
- refs/tags/v* include:
- refs/heads/**
- refs/tags/v*
steps: steps:
- name: test - name: test