Skip to content

Commit fc5889d

Browse files
authored
Allow manually running builds
This enables manual in the repo as well as via gh cli runs. See https://cli.github.com/manual/gh_workflow_run
1 parent 1f4d8ed commit fc5889d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
name: build
55
on:
6+
workflow_dispatch:
67
push:
78
branches: [ main, dev, 'feature/*', 'rel/*' ]
89
paths-ignore:

0 commit comments

Comments
 (0)