Skip to content

Commit dcdfc5f

Browse files
authored
Update documentation.yml
1 parent 28f66bd commit dcdfc5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Documentation
33
on:
44
push:
55
branches:
6-
- main, doc # update to match your development branch (master, main, dev, trunk, ...)
6+
- [main, doc] # update to match your development branch (master, main, dev, trunk, ...)
77
tags: '*'
88
pull_request:
9+
workflow_dispatch:
910

1011
jobs:
1112
build:

0 commit comments

Comments
 (0)