CI: only run GitHub pages on the official repository

Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
This commit is contained in:
Giovanni Giacobbi 2021-11-13 22:36:55 +00:00
parent 75c6251c6e
commit b18c42b5a8
No known key found for this signature in database
GPG key ID: 63A98B68F17EE59B

View file

@ -7,6 +7,7 @@ on:
jobs:
deploy:
if: github.repository == 'openwrt/luci'
runs-on: ubuntu-latest
steps:
- name: Checkout code