Skip to content

Commit c0aedaf

Browse files
committed
CI: trigger from tags and manually
1 parent b5c02cf commit c0aedaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/harness.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI
33
on:
44
push:
55
branches: [master]
6+
tags: ['*.*.*']
7+
workflow_dispatch:
68
pull_request_target:
79
# It is important to use `pull_request_target` and not `pull_request` here: it
810
# means the version of this file from master is used rather than the one from

0 commit comments

Comments
 (0)