Skip to content

Commit 69e9bfd

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

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

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

1312
jobs:
1413
sync-binaries:

0 commit comments

Comments
 (0)