Skip to content

Commit ef5a229

Browse files
authored
Update build.yml - add ability to manually run workflow
1 parent f7f86e0 commit ef5a229

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: build
2-
on: [push]
2+
on:
3+
push: {}
4+
workflow_dispatch: {}
35
jobs:
46
build:
57
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)