Skip to content

Commit a8e6ea8

Browse files
committed
chore: stop publishing new releases
1 parent 37af6cf commit a8e6ea8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release-fsharp.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
name: Release F#
55

66
on:
7-
push:
8-
tags:
9-
- '*'
7+
workflow_dispatch:
8+
# push:
9+
# tags:
10+
# - '*'
1011

1112
permissions:
1213
contents: write

0 commit comments

Comments
 (0)