Skip to content

Commit c09333a

Browse files
committed
CI: change sync trigger
1 parent 57197d2 commit c09333a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: Sync bins
22
on:
33
workflow_dispatch:
4-
repository_dispatch:
54
push:
6-
# on:
7-
# push:
8-
# branches:
9-
# - main
10-
# paths:
11-
# - "binaries/**"
5+
paths:
6+
- "firmware/**"
7+
- ".github/workflows/sync-binaries-task.yml"
8+
branches:
9+
- main
1210

1311
jobs:
1412
sync-binaries:

0 commit comments

Comments
 (0)