Merge pull request #189 from owenvoke/feature/changelog-workflow

chore: don't run changelog workflow on forks
This commit is contained in:
Owen Voke
2020-09-16 09:26:17 +01:00
committed by GitHub

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