Merge pull request #5512 from cartender/master

ci: Only run github pages on the official repository
This commit is contained in:
Jo-Philipp Wich 2021-12-04 10:08:47 +01:00 committed by GitHub
commit 54de8568f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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