remove the paths requirement from running QL-for-QL

This commit is contained in:
erik-krogh
2023-02-16 14:57:00 +01:00
parent 45d00ae9dd
commit 767da59397

View File

@@ -5,13 +5,6 @@ on:
branches: [main]
pull_request:
branches: [main]
paths:
- "ql/**"
- "**.qll"
- "**.ql"
- "**.dbscheme"
- "**/qlpack.yml"
- ".github/workflows/ql-for-ql-build.yml"
env:
CARGO_TERM_COLOR: always