Skip to content

Commit 0ffd012

Browse files
committed
refactor: change build workflow trigger to workflow_dispatch
1 parent 6caf06c commit 0ffd012

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: "Run Build Dev"
22
on:
3-
push:
4-
branches:
5-
- main
3+
workflow_dispatch:
64

75
jobs:
86
build:

0 commit comments

Comments
 (0)