diff --git a/.github/workflows/create_release_executables.yml b/.github/workflows/create_release_executables.yml index acd63fb2..25413ee0 100644 --- a/.github/workflows/create_release_executables.yml +++ b/.github/workflows/create_release_executables.yml @@ -4,7 +4,7 @@ on: push: branches: [main] tags: - - '*' + - '.+' env: cmake_configure_args: -D WARNINGS_AS_ERRORS_FOR_COOLLAB=ON -D COOLLAB_REQUIRE_ALL_FEATURES=ON