Skip to content

Commit d28295b

Browse files
committed
CI: restore trigger on pushing tags
1 parent 842dfa7 commit d28295b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/test-linux.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name: CI (Linux)
55
on:
66
push:
77
branches: [master, ci-*]
8+
tags:
9+
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
810
pull_request:
911
branches: [master]
1012

.github/workflows/test-mac.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name: CI (macOS)
55
on:
66
push:
77
branches: [master, ci-*]
8+
tags:
9+
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
810
pull_request:
911
branches: [master]
1012

.github/workflows/test-windows.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name: CI (Windows)
55
on:
66
push:
77
branches: [master, ci-*]
8+
tags:
9+
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
810
pull_request:
911
branches: [master]
1012

0 commit comments

Comments
 (0)