Skip to content

Commit 2583f26

Browse files
test action
1 parent 56c03b9 commit 2583f26

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/windows_build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Create Windows Executable using Conda
22

3-
on:
4-
push:
5-
tags:
6-
- '*'
3+
on: [push]
4+
#on:
5+
# push:
6+
# tags:
7+
# - '*'
78

89
jobs:
910
miniconda:
@@ -42,7 +43,7 @@ jobs:
4243
with:
4344
tag_name: ${{ github.sha }}
4445
release_name: Prerelease ${{ github.sha }}
45-
draft: false
46+
draft: true
4647
prerelease: true
4748
- name: Upload Release Asset
4849
id: upload-release-asset

0 commit comments

Comments
 (0)