Skip to content

Commit b21cf26

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

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

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

1011
jobs:
1112
sync-binaries:

0 commit comments

Comments
 (0)