[ci skip] Don't run build twice

This commit is contained in:
Alex 2022-01-07 10:42:57 +01:00 committed by GitHub
parent 59d4247ddb
commit f27959e49a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ on: [pull_request, push]
jobs:
build:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
runs-on: ubuntu-latest
steps:
- name: Checkout Repository