Skip to content

Commit a3c4a2c

Browse files
authored
Misc: query-list should run on codeql-cli/* tags
Since go doesn't need to be cloned with the same tag, that makes this change much easier to implement in practice 💪
1 parent d7b06aa commit a3c4a2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/query-list.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
- 'rc/**'
8+
tags:
9+
- 'codeql-cli/*'
810
pull_request:
911
paths:
1012
- '.github/workflows/query-list.yml'

0 commit comments

Comments
 (0)