We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c02cf commit c0aedafCopy full SHA for c0aedaf
.github/workflows/harness.yml
@@ -3,6 +3,8 @@ name: CI
3
on:
4
push:
5
branches: [master]
6
+ tags: ['*.*.*']
7
+ workflow_dispatch:
8
pull_request_target:
9
# It is important to use `pull_request_target` and not `pull_request` here: it
10
# means the version of this file from master is used rather than the one from
0 commit comments