chore: don't run changelog workflow on forks

This commit is contained in:
Owen Voke
2020-09-16 08:26:49 +01:00
parent 1567923cda
commit 2619db4026

View File

@ -13,6 +13,8 @@ jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'pestphp/pest'
steps:
- uses: actions/checkout@v2
- name: Checkout website repository