Split workflows (#2071)

This commit is contained in:
Alexander Brandes
2023-01-16 00:33:13 +01:00
committed by GitHub
parent c0563b6574
commit 98c2d2124e
3 changed files with 29 additions and 6 deletions

View File

@@ -1,10 +1,12 @@
name: build
on: [pull_request, push]
name: Build
on:
push:
branches:
- main
jobs:
build:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
if: github.repository_owner == 'IntellectualSites'
runs-on: ubuntu-latest
steps:
- name: Checkout Repository