Skip to content

Commit 668cf43

Browse files
committed
changed stuff for testing the workflow
1 parent 5e4e253 commit 668cf43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Build and Release
22

33
on:
44
push:
5-
tags:
6-
- "v*"
5+
branches: [build-sign-test]
76

87
jobs:
98
build:
@@ -110,5 +109,6 @@ jobs:
110109
artifacts/artifacts-ubuntu-latest/*
111110
artifacts/artifacts-windows-latest/*
112111
artifacts/artifacts-macos-latest/*
112+
draft: true
113113
env:
114114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)