mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
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 💪
This commit is contained in:
committed by
GitHub
parent
d7b06aa2ba
commit
a3c4a2c3e0
2
.github/workflows/query-list.yml
vendored
2
.github/workflows/query-list.yml
vendored
@@ -5,6 +5,8 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- 'rc/**'
|
||||
tags:
|
||||
- 'codeql-cli/*'
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/query-list.yml'
|
||||
|
||||
Reference in New Issue
Block a user