mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
fix(ci): add branch filter to TOC generator workflow (#1320)
This commit is contained in:
parent
80fb93b9f6
commit
894d0025cd
1 changed files with 3 additions and 1 deletions
4
.github/workflows/toc.yaml
vendored
4
.github/workflows/toc.yaml
vendored
|
|
@ -1,4 +1,6 @@
|
|||
on: push
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
name: TOC Generator
|
||||
jobs:
|
||||
generateTOC:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue