Skip to content

Commit 199e9e9

Browse files
author
Ahmad Noman Musleh
committed
Changed back the action to run on pre release
1 parent cf1bb9c commit 199e9e9

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/publish_nuget_package_prereleased.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name: Publish Nuget Package When Pre-Released
22

3-
#on:
4-
# release:
5-
# types: [prereleased]
63
on:
7-
push:
8-
branches:
9-
- dev
4+
release:
5+
types: [prereleased]
106

117
jobs:
128
build:

0 commit comments

Comments
 (0)