Skip to content

Commit 2e3ab86

Browse files
committed
chore: Update GitHub Actions workflow to create releases
1 parent 4a0f591 commit 2e3ab86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686

8787
# Create Release
8888
- name: Create release
89+
if: |
90+
github.ref == 'refs/heads/main' &&
91+
github.repository == 'isontheline/vscode-sysmon'
8992
env:
9093
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9194
run: |

0 commit comments

Comments
 (0)