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:
Rasmus Wriedt Larsen
2022-06-02 11:57:39 +02:00
committed by GitHub
parent d7b06aa2ba
commit a3c4a2c3e0

View File

@@ -5,6 +5,8 @@ on:
branches:
- main
- 'rc/**'
tags:
- 'codeql-cli/*'
pull_request:
paths:
- '.github/workflows/query-list.yml'