Skip to content

Commit 14d6fd9

Browse files
committed
add workflow trigger
1 parent d1dd34c commit 14d6fd9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/generate-index.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: Generate Index
22

33
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
44
on:
5-
pull_request:
6-
branches:
7-
- umbynos/index_generation
85
push:
6+
branches:
97
paths:
108
- "generator/**"
119
- "firmwares/**"
1210
- "poetry.lock"
1311
- "pyproject.toml"
12+
- "workflows/generate-index.yml"
1413
workflow_dispatch:
1514
repository_dispatch:
1615

0 commit comments

Comments
 (0)