mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-04 11:41:32 +08:00
ci: allow docs deploy on workflow_dispatch
This commit is contained in:
parent
eab5f0b1a5
commit
53f2c31012
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
retention-days: 7
|
||||
|
||||
deploy:
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/master'
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user