From f36d5cf018c6a3999bf8fedeff7495fb4a7a918d Mon Sep 17 00:00:00 2001 From: hjdhjd Date: Sat, 13 Jul 2024 06:03:26 -0500 Subject: [PATCH] Housekeeping. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3302886..345f0f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: name: 'Build package' # Build only if we've received a push, manual workflow dispatch, or release event with a release tag (aka v1.2.3). - if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || (github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v')) + # if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || (github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v')) # Create the build matrix for all the environments we're validating against. strategy: