Skip to content

Commit 6e3924a

Browse files
committed
On main
1 parent 150a3df commit 6e3924a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Package and Release VS Code Extension
22

33
on:
44
push:
5+
branches:
6+
- main
57
tags:
68
- 'v*' # Trigger on version tags like v1.0.0
79

@@ -13,6 +15,7 @@ jobs:
1315
os: [ ubuntu-latest, macOS-latest, windows-latest ]
1416
fail-fast: false
1517
name: ${{ matrix.os }}
18+
steps:
1619
- name: Git checkout
1720
uses: actions/checkout@v2
1821

0 commit comments

Comments
 (0)