We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bfc3c commit a21c25dCopy full SHA for a21c25d
.github/workflows/build_deploy.yml
@@ -79,6 +79,9 @@ jobs:
79
80
# Publish to Visual Studio Marketplace
81
- name: Publish to Visual Studio Marketplace
82
+ if: |
83
+ github.ref == 'refs/heads/main' &&
84
+ github.repository == 'isontheline/vscode-sysmon'
85
uses: HaaLeo/publish-vscode-extension@v1
86
id: publishToMarketplace
87
with:
@@ -87,6 +90,9 @@ jobs:
90
88
91
# Publish to Open VSX Registry
89
92
- name: Publish to Open VSX Registry
93
94
95
96
97
98
extensionFile: ${{ steps.publishToMarketplace.outputs.vsixPath }}
0 commit comments