1 Commits
Author SHA1 Message Date
mikisoq 4e3e7b79c2 Fix: trigger CI on tags (v*) in addition to branches
Build AD Bulk Tool / Windows x64 (push) Failing after 3m8s
Build AD Bulk Tool / Linux x64 (push) Failing after 2m59s
Build AD Bulk Tool / macOS ARM64 (push) Failing after 3m1s
Build AD Bulk Tool / macOS x64 (push) Failing after 3m16s
Build AD Bulk Tool / release (push) Skipped
2026-07-29 04:12:55 -01:00
+1
View File
@@ -3,6 +3,7 @@ name: Build AD Bulk Tool
on:
push:
branches: [main, feature/**, bugfix/**]
tags: [v*]
pull_request:
jobs: