feat: trigger CI workflow on version tags #264

Merged
argoyle merged 1 commits from feat/ci-tags into main 2026-01-11 12:45:13 +00:00
+1
View File
@@ -3,6 +3,7 @@ name: robotframework
on:
push:
branches: [main]
tags: ['v*']
pull_request:
branches: [main]