Skip to content

Commit 104fbc5

Browse files
committed
fix: update documentation trigger and permissions
1 parent 4dd5bc1 commit 104fbc5

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
name: Build Documentation
22
on:
3-
release:
4-
types: [created]
3+
push:
4+
branches:
5+
- main
6+
tags:
7+
- 'v*'
8+
workflow_dispatch:
59
jobs:
610
build:
711
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
814
steps:
915
- uses: actions/checkout@v4
1016

0 commit comments

Comments
 (0)