Skip to content

Commit 98d7d30

Browse files
committed
add github action
1 parent 99d1592 commit 98d7d30

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: CI
22

3-
on:
4-
push:
5-
branches: [ main, develop ]
6-
pull_request:
7-
branches: [ main ]
3+
on: [push]
84

95
jobs:
106
test:
@@ -64,4 +60,4 @@ jobs:
6460
uses: actions/upload-artifact@v4
6561
with:
6662
name: vscode-extension
67-
path: '*.vsix'
63+
path: '*.vsix'

0 commit comments

Comments
 (0)