diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d818761d4..c56bea8736 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,20 +5,12 @@ on: branches: - main - release-* - paths-ignore: - - 'docs/**' - - 'examples/**' - - '**.md' tags: - 'v[0-9]+.[0-9]+.[0-9]+' pull_request: branches: - main - release-* - paths-ignore: - - 'docs/**' - - 'examples/**' - - '**.md' types: - opened - reopened