Skip to content

Commit de71d07

Browse files
authored
Allow github actions to be triggered manually
1 parent 9ac4aef commit de71d07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
branches:
1111
- 'master'
12+
workflow_dispatch:
1213

1314
env:
1415
REGISTRY: ghcr.io
@@ -53,4 +54,4 @@ jobs:
5354
platforms: linux/amd64,linux/arm64
5455
push: ${{ github.event_name != 'pull_request' }}
5556
tags: ${{ steps.meta.outputs.tags }}
56-
labels: ${{ steps.meta.outputs.labels }}
57+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)