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 a92165e commit 4d78291Copy full SHA for 4d78291
.github/workflows/build.yml
@@ -1,7 +1,10 @@
1
+on: [push, pull_request, published]
2
+
3
name: Build, deploy and release
4
5
jobs:
6
build:
7
8
runs-on: ubuntu-latest
9
permissions:
10
pages: write
@@ -95,7 +98,7 @@ jobs:
95
98
path: pandoc-wasm-${{ env.VERSION }}.zip
96
99
97
100
- name: Upload to release
- if: ${{ github.event_name == 'release' }}
101
+ if: ${{ github.event_name == 'published' }}
102
uses: svenstaro/upload-release-action@v2
103
with:
104
repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments