Merge pull request #5512 from cartender/master
ci: Only run github pages on the official repository
This commit is contained in:
commit
54de8568f0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/jsdoc.yml
vendored
1
.github/workflows/jsdoc.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
if: github.repository == 'openwrt/luci'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
Loading…
Reference in a new issue