From ea342d8e08f547fc06c785e738292be9dce5ce2e Mon Sep 17 00:00:00 2001 From: JH Chabran Date: Wed, 8 Jan 2025 16:15:13 +0100 Subject: [PATCH] Drop outdated comments --- .github/workflows/lint_build_test.yaml | 6 ------ 1 file changed, 6 deletions(-) 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