Skip to content

Commit 8298f4e

Browse files
committed
pset publish only on release
1 parent 3a11494 commit 8298f4e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: publish
22

3-
# on:
4-
# release:
5-
# types: [created]
6-
7-
on: [push]
3+
on:
4+
release:
5+
types: [created]
86

97
jobs:
108
build:

0 commit comments

Comments
 (0)