feat: trigger CI workflow on version tags
robotframework / build (pull_request) Successful in 5m48s

Build and push Docker images when version tags (v*) are pushed,
enabling automated image builds on releases.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-11 13:37:28 +01:00
parent 7a65f5affa
commit e67dfebbbd
+1
View File
@@ -3,6 +3,7 @@ name: robotframework
on: on:
push: push:
branches: [main] branches: [main]
tags: ['v*']
pull_request: pull_request:
branches: [main] branches: [main]