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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)