Add trigger

The workflow for deploying the documentation wasn't triggered on PRs.
In that case, the PR's status check will keep waiting infinitely.
This commit is contained in:
DigiLive
2025-05-27 22:02:36 +02:00
parent acf995ccc3
commit a60b5d88cf
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Please click the `Preview` tab and select the type of Pull Request you are submitting # Click the `Preview` tab and select the type of Pull Request you are submitting
- [Bug Fix](?expand=1&template=bugfix.md) - [Bug Fix](?expand=1&template=bugfix.md)
- [Feature](?expand=1&template=feature.md) - [Feature](?expand=1&template=feature.md)

View File

@@ -4,6 +4,9 @@ on:
push: push:
branches: branches:
- main - main
pull_request:
branches:
- main
permissions: permissions:
contents: write contents: write