Skip to content

Commit b463dc1

Browse files
authored
Update build.yml
1 parent d22d64d commit b463dc1

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,11 +1,11 @@
11
name: Build
22
on:
3-
push:
3+
workflow_dispatch: # Allows manual triggering of the workflow
4+
push: # Optional: keep this if you want to trigger on push
45
pull_request:
56
types: [opened, synchronize, reopened]
67
release:
78
types: [published]
8-
99
jobs:
1010

1111
build-macos:

0 commit comments

Comments
 (0)