mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-09-25 12:50:54 +02:00
Merge branch 'main' into confirm-chip-action
This commit is contained in:
9
.github/workflows/deploy-docs.yml
vendored
9
.github/workflows/deploy-docs.yml
vendored
@@ -4,9 +4,10 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
pull_request:
|
# pull_request:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@@ -36,7 +37,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
needs: check-for-changes
|
needs: check-for-changes
|
||||||
if: needs.check-for-changes.outputs.changed == 'true'
|
if: needs.check-for-changes.outputs.changed == 'true' || github.event_name == 'workflow_dispatch'
|
||||||
env:
|
env:
|
||||||
CI_COMMIT_AUTHOR: 'CI Bot'
|
CI_COMMIT_AUTHOR: 'CI Bot'
|
||||||
CI_COMMIT_EMAIL: 'ci@noreply.github.com'
|
CI_COMMIT_EMAIL: 'ci@noreply.github.com'
|
||||||
|
Reference in New Issue
Block a user