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 5949e18 commit 8163eb4Copy full SHA for 8163eb4
.github/workflows/build.yml
@@ -6,7 +6,7 @@ concurrency:
6
7
on: # yamllint disable-line rule:truthy
8
workflow_dispatch:
9
- pull_request:
+ push:
10
branches:
11
- master
12
.github/workflows/upload-assets.yml
@@ -23,7 +23,7 @@ jobs:
23
run: tar -czvf dist.tar.gz dist
24
25
- name: 📤 Upload release assets
26
- uses: alexellis/upload-assets@0.4.0
+ uses: alexellis/upload-assets@0.4.1
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
with:
0 commit comments