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 6d32dd6 commit f38c9fcCopy full SHA for f38c9fc
1 file changed
.github/workflows/test-vscode-workflows-integration.yml
@@ -2,6 +2,12 @@ name: Test VS Code Workflows Integration
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - feat/add-vscode-extension-ci
8
+ paths:
9
+ - '.github/workflows/test-vscode-workflows-integration.yml'
10
+ - 'packages/vscode-extension-ci/**'
11
12
jobs:
13
test-with-apex-language-support:
0 commit comments