diff --git a/.github/workflows/columnq_cli_release.yml b/.github/workflows/columnq_cli_release.yml index b7c77ae..15c866a 100644 --- a/.github/workflows/columnq_cli_release.yml +++ b/.github/workflows/columnq_cli_release.yml @@ -6,9 +6,6 @@ on: - 'columnq/**' - 'columnq-cli/**' - 'Cargo.lock' - paths-ignore: - - '**.md' - - 'test_data/**' branches: [ main ] tags: [ 'columnq-cli-v*' ] diff --git a/.github/workflows/roapi_http_release.yml b/.github/workflows/roapi_http_release.yml index 61be2ea..0c04742 100644 --- a/.github/workflows/roapi_http_release.yml +++ b/.github/workflows/roapi_http_release.yml @@ -6,9 +6,6 @@ on: - 'columnq/**' - 'roapi-http/**' - 'Cargo.lock' - paths-ignore: - - '**.md' - - 'test_data/**' branches: [ main ] tags: [ 'roapi-http-v*' ]