Skip to content

Commit 4d50b27

Browse files
committed
CI: workflow dispatch
1 parent 095a45f commit 4d50b27

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/sync-binaries-task.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Sync bins
2-
3-
on:
4-
push:
5-
branches:
6-
- main
7-
paths:
8-
- "binaries/**"
2+
on: workflow_dispatch:
3+
# on:
4+
# push:
5+
# branches:
6+
# - main
7+
# paths:
8+
# - "binaries/**"
99

1010
jobs:
1111
sync-binaries:

0 commit comments

Comments
 (0)