Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tetra-fox authored May 18, 2022
1 parent e0dcf43 commit b571480
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: [ release, workflow_dispatch ]
on:
release:
types: [published]
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -34,4 +37,4 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
context: .
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit b571480

Please sign in to comment.