Skip to content

Commit 7ca725c

Browse files
authored
[skip-changelog] fix wrong workflow trigger (#86)
1 parent ae8295a commit 7ca725c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Generate Index
44
on:
55
push:
66
branches:
7-
- master
7+
- main
88
paths:
99
- "generator/**"
1010
- "firmwares/**"

0 commit comments

Comments
 (0)