mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-03 19:44:27 +02:00
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:
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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)
|
||||||
|
3
.github/workflows/deploy-docs.yml
vendored
3
.github/workflows/deploy-docs.yml
vendored
@@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
Reference in New Issue
Block a user