diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55e7d87..b6ca04e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,8 @@ on: + workflow_dispatch: {} push: - tags: - - "*" + branches: + - "master" name: Deploy Extension jobs: @@ -17,4 +18,4 @@ jobs: uses: HaaLeo/publish-vscode-extension@v1 with: pat: ${{ secrets.VS_MARKETPLACE_TOKEN }} - registryUrl: https://marketplace.visualstudio.com \ No newline at end of file + registryUrl: https://marketplace.visualstudio.com diff --git a/package.json b/package.json index 3e30bb9..301e95d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "clang-format-2", "displayName": "New-clang-format", "description": "Use Clang-Format in Visual Studio Code", - "version": "1.9.3", + "version": "1.9.4", "publisher": "Something-Software", "engines": { "vscode": "^1.15.0" @@ -147,4 +147,4 @@ "url": "https://github.com/somethingsoftware/vscode-clang-format" }, "license": "MIT" -} \ No newline at end of file +}