Skip to content

Commit 590bebf

Browse files
committed
chore: add workflow_dispatch
1 parent 9650af1 commit 590bebf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Build
22
on:
33
push:
4-
branches-ignore:
5-
- dist
64
paths:
75
- src/**
86
- .github/workflows/build.yml
7+
workflow_dispatch:
98

109
jobs:
1110
build:

0 commit comments

Comments
 (0)