Skip to content

Commit

Permalink
REMOVE test publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Sep 23, 2024
1 parent cc91252 commit d85c138
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish
on:
release:
types: [released]
push:
workflow_dispatch: # allows manual triggering

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

0 comments on commit d85c138

Please sign in to comment.