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
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
This commit is contained in:
@@ -3,6 +3,7 @@ name: Build AD Bulk Tool
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, feature/**, bugfix/**]
|
branches: [main, feature/**, bugfix/**]
|
||||||
|
tags: [v*]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user