diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4691aa5..14ef295 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Build & Release on: push: - branches: ["master"] + branches: ["master", "max/fix-ci"] permissions: contents: write @@ -74,7 +74,7 @@ jobs: name: Release runs-on: ubuntu-22.04 needs: build - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/DOESNOTEXIST' steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/Cargo.lock b/Cargo.lock index 0686d93..9ca2f7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,6 @@ name = "htmx-lsp" version = "0.1.0" dependencies = [ "anyhow", - "cc", "clap", "htmx-lsp-server", "htmx-lsp-util",