Skip to content

Commit d85c138

Browse files
committed
REMOVE test publish workflow
1 parent cc91252 commit d85c138

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish
33
on:
44
release:
55
types: [released]
6+
push:
67
workflow_dispatch: # allows manual triggering
78

89
jobs:
@@ -49,4 +50,5 @@ jobs:
4950
git diff
5051
git add start docs/haskell-use-cases.rst
5152
git commit -m "Update rules_haskell in start script and docs to version ${{ steps.latest.outputs.version }}"
52-
git push
53+
git show
54+
#git push

0 commit comments

Comments
 (0)