Skip to content

Commit 45e2c65

Browse files
committed
Update release.yml
1 parent 69fec09 commit 45e2c65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Nightly Release
1+
name: Release
22

33
on:
44
workflow_dispatch:
@@ -8,11 +8,11 @@ on:
88
required: false
99
default: false
1010
type: boolean
11-
push:
12-
branches:
13-
- master
14-
paths-ignore:
15-
- "*.md"
11+
# push:
12+
# branches:
13+
# - master
14+
# paths-ignore:
15+
# - "*.md"
1616

1717
concurrency:
1818
group: ${{ github.workflow }}

0 commit comments

Comments
 (0)