mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-09-25 04:40:54 +02:00
Update deploy-docs.yml
- Add deployment of the documentation on a published release. - Cut deployment of the documentation on push to the `main` branch.
This commit is contained in:
8
.github/workflows/deploy-docs.yml
vendored
8
.github/workflows/deploy-docs.yml
vendored
@@ -1,9 +1,11 @@
|
||||
name: Deploy Documentation
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
release:
|
||||
types: [published]
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
|
Reference in New Issue
Block a user