diff --git a/.github/workflows/lint_build_test.yaml b/.github/workflows/lint_build_test.yaml index d058e76..14e1872 100644 --- a/.github/workflows/lint_build_test.yaml +++ b/.github/workflows/lint_build_test.yaml @@ -1,12 +1,6 @@ name: Mistral Common CI on: push: - # branches: [ "main" ] - # tags: - # # This will match tags like v1.0.0, v1.0.1, v1.0.2-dev0, etc. - # - v[0-9]+.[0-9]+.[0-9]+ - # - v[0-9]+.[0-9]+.[0-9]+-[a-z]+[0-9]+ - pull_request: types: - opened