Skip to content

Commit e25b9c1

Browse files
committed
[TMP] workflow dispatch
1 parent d0cadc7 commit e25b9c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: macos
1+
name: Build
22

33
concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}
55
cancel-in-progress: true
66

7-
on: [push, pull_request]
7+
on: [push, pull_request, workflow_dispatch]
88

99
defaults:
1010
run:

0 commit comments

Comments
 (0)