We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc91252 commit d85c138Copy full SHA for d85c138
.github/workflows/publish.yaml
@@ -3,6 +3,7 @@ name: Publish
3
on:
4
release:
5
types: [released]
6
+ push:
7
workflow_dispatch: # allows manual triggering
8
9
jobs:
@@ -49,4 +50,5 @@ jobs:
49
50
git diff
51
git add start docs/haskell-use-cases.rst
52
git commit -m "Update rules_haskell in start script and docs to version ${{ steps.latest.outputs.version }}"
- git push
53
+ git show
54
+ #git push
0 commit comments