* update docs

* fix things and add cos

* asd

* asd

* asd

* asd

* tweaks

* tweaks
This commit is contained in:
pngwn 2024-08-07 10:50:18 +01:00 committed by GitHub
parent 6ace52fb16
commit 252f03ad4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ jobs:
name: "website-deploy"
runs-on: ubuntu-latest
needs: changes
if: github.event.workflow_run.conclusion == 'success' && needs.changes.outputs.should_run == 'true'
if: github.event.workflow_run.conclusion == 'success' && (needs.changes.outputs.should_run == 'true' || github.event.workflow_run.event == 'push')
permissions:
actions: read
outputs: