Skip to content

Commit 8163eb4

Browse files
committed
ci: build images on push
1 parent 5949e18 commit 8163eb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ concurrency:
66

77
on: # yamllint disable-line rule:truthy
88
workflow_dispatch:
9-
pull_request:
9+
push:
1010
branches:
1111
- master
1212

.github/workflows/upload-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: tar -czvf dist.tar.gz dist
2424

2525
- name: 📤 Upload release assets
26-
uses: alexellis/upload-assets@0.4.0
26+
uses: alexellis/upload-assets@0.4.1
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:

0 commit comments

Comments
 (0)