Skip to content

Commit a80c9d0

Browse files
committed
Add branches option to on_release trigger
1 parent 0323fb0 commit a80c9d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build documentation
33
on:
44
release:
55
types: [published]
6+
branches: [main]
67
workflow_dispatch:
78

89
jobs:

0 commit comments

Comments
 (0)